#EC6F98

Color #EC6F98 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #EC6F98

Tints of Pale Violet Red #EC6F98

Color information

#EC6F98 (or 0xEC6F98) is unknown color: approx Pale Violet Red. HEX triplet: EC, 6F and 98. RGB value is (236,111,152). Sum of RGB (Red+Green+Blue) = 236+111+152=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F98 is #139067. Grayscale: #999999. Windows color (decimal): -1282152 or 9990124. OLE color: 9990124.

HSL color Cylindrical-coordinate representation of color #EC6F98: hue angle of 340.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6F98 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236111152-
CMYK00.530.360.07
HSL340.32º76.69%68.04%-
HSV(B)340.32º52.97%92.55%-
XYZ45.9431.4733.36-
YUV153.05127.41187.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=47.29%
G=22.24%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611115200.530.360.07340.3276.6968.04
HexEC6F980352471544d44
Octal354157230065447524115104
Binary11101100110111110011000011010110010011110101010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6F98; }

 p { color: rgb(236,111,152); }

 H1.HeaderClassName
 {
   color: #EC6F98;
 }
 .AnyTagClassName
 {
   color: #EC6F98;
 }
</style>
background-color css

<style>
 a { background-color: #EC6F98; }

 a { background-color: rgb(236,111,152); }

 div.DivClassName
 {
   background-color: #EC6F98;
 }
 .BgClassName
 {
   background-color: #EC6F98;
 }
</style>
border-color css

<style>
 span { border-color: #EC6F98; }

 span { border-color: rgb(236,111,152); }

 td.TdClassName
 {
   border-color: #EC6F98;
 }
 .TagClassName
 {
   border-color: #EC6F98;
 }
</style>