Html Css Color HEX #EC6E98 Pale Violet Red

📋 copy color: '#EC6E98'

red 236 ◦ green 110 ◦ blue 152

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

Shades of Pale Violet Red #EC6E98

Tints of Pale Violet Red #EC6E98

RGB

 RED value IS 236 (92.58% from 255) = 47.39%

 GREEN value IS 110 (43.36% from 255) = 22.09%

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 47.39%
G = 22.09%
B = 30.52%

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

#EC6E98 (or 0xEC6E98) is known color: Pale Violet Red. HEX triplet: EC, 6E and 98. RGB value is (236,110,152). Sum of RGB (Red+Green+Blue) = 236+110+152=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E98 is #139167. Grayscale: #989898. Windows color (decimal): -1282408 or 9989868. OLE color: 9989868.

HSL color Cylindrical-coordinate representation of color #EC6E98: hue angle of 340º 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 #EC6E98 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 110 152 -
CMYK 0 0.53 0.36 0.07
HSL 340º 0.77% 0.68% -
HSV(B) 340º 0.53% 0.93% -
XYZ 45.84 31.25 33.32 -
YUV 152.46 127.74 187.58 -
System Red Green Blue C M Y K H S L
Decimal 236 110 152 0 0.53 0.36 0.07 340 0.77 0.68
Hex EC 6E 98 0 35 24 7 154 4D 44
Octal 354 156 230 0 65 44 7 524 115 104
Binary 11101100 1101110 10011000 0 110101 100100 111 101010100 1001101 1000100

Color Harmonies of #EC6E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E98

Black with #EC6E98

Text Example


Text Example

White with #EC6E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E98; }

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

 H1.HeaderClassName
 {
   color: #EC6E98;
 }
 .AnyTagClassName
 {
   color: #EC6E98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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