Html Css Color HEX #EC6E9C Pale Violet Red

📋 copy color: '#EC6E9C'

red 236 ◦ green 110 ◦ blue 156

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

Shades of Pale Violet Red #EC6E9C

Tints of Pale Violet Red #EC6E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 47.01%
G = 21.91%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC6E9C (or 0xEC6E9C) is known color: Pale Violet Red. HEX triplet: EC, 6E and 9C. RGB value is (236,110,156). Sum of RGB (Red+Green+Blue) = 236+110+156=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E9C is #139163. Grayscale: #989898. Windows color (decimal): -1282404 or 10252012. OLE color: 10252012.

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

Color convert

RGB 236 110 156 -
CMYK 0 0.53 0.34 0.07
HSL 338.1º 0.77% 0.68% -
HSV(B) 338.1º 0.53% 0.93% -
XYZ 46.17 31.39 35.08 -
YUV 152.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 236 110 156 0 0.53 0.34 0.07 338.1 0.77 0.68
Hex EC 6E 9C 0 35 22 7 152 4D 44
Octal 354 156 234 0 65 42 7 522 115 104
Binary 11101100 1101110 10011100 0 110101 100010 111 101010010 1001101 1000100

Color Harmonies of #EC6E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E9C

Black with #EC6E9C

Text Example


Text Example

White with #EC6E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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