Html Css Color HEX #EC6F98 Pale Violet Red

📋 copy color: '#EC6F98'

red 236 ◦ green 111 ◦ blue 152

#EC6F98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #EC6F98

Tints of Pale Violet Red #EC6F98

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 value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC6F98 (or 0xEC6F98) is known color: 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

RGB 236 111 152 -
CMYK 0 0.53 0.36 0.07
HSL 340.32º 0.77% 0.68% -
HSV(B) 340.32º 0.53% 0.93% -
XYZ 45.94 31.47 33.36 -
YUV 153.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 236 111 152 0 0.53 0.36 0.07 340.32 0.77 0.68
Hex EC 6F 98 0 35 24 7 154 4D 44
Octal 354 157 230 0 65 44 7 524 115 104
Binary 11101100 1101111 10011000 0 110101 100100 111 101010100 1001101 1000100

Color Harmonies of #EC6F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F98

Black with #EC6F98

Text Example


Text Example

White with #EC6F98

Text Example


Text Example

HTML Codes & Css Web 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>