Html Css Color HEX #EACCCE Pale Rose

📋 copy color: '#EACCCE'

red 234 ◦ green 204 ◦ blue 206

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

Shades of Pale Rose #EACCCE

Tints of Pale Rose #EACCCE

RGB

 RED value IS 234 (91.8% from 255) = 36.34%

 GREEN value IS 204 (80.08% from 255) = 31.68%

 BLUE value IS 206 (80.86% from 255) = 31.99%

R = 36.34%
G = 31.68%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EACCCE (or 0xEACCCE) is known color: Pale Rose. HEX triplet: EA, CC and CE. RGB value is (234,204,206). Sum of RGB (Red+Green+Blue) = 234+204+206=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCE is #153331. Grayscale: #D5D5D5. Windows color (decimal): -1389362 or 13552874. OLE color: 13552874.

HSL color Cylindrical-coordinate representation of color #EACCCE: hue angle of 356º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EACCCE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 206 -
CMYK 0 0.13 0.12 0.08
HSL 356º 0.42% 0.86% -
HSV(B) 356º 0.13% 0.92% -
XYZ 66.67 65.13 67.45 -
YUV 213.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 234 204 206 0 0.13 0.12 0.08 356 0.42 0.86
Hex EA CC CE 0 D C 8 164 2A 56
Octal 352 314 316 0 15 14 10 544 52 126
Binary 11101010 11001100 11001110 0 1101 1100 1000 101100100 101010 1010110

Color Harmonies of #EACCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCCE

Black with #EACCCE

Text Example


Text Example

White with #EACCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCCE; }

 p { color: rgb(234,204,206); }

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

background-color css

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

 a { background-color: rgb(234,204,206); }

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

border-color css

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

 span { border-color: rgb(234,204,206); }

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