Html Css Color HEX #EACCCD Pale Rose

📋 copy color: '#EACCCD'

red 234 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #EACCCD

Tints of Pale Rose #EACCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.88%

R = 36.39%
G = 31.73%
B = 31.88%

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

#EACCCD (or 0xEACCCD) is known color: Pale Rose. HEX triplet: EA, CC and CD. RGB value is (234,204,205). Sum of RGB (Red+Green+Blue) = 234+204+205=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCCD is #153332. Grayscale: #D5D5D5. Windows color (decimal): -1389363 or 13487338. OLE color: 13487338.

HSL color Cylindrical-coordinate representation of color #EACCCD: hue angle of 358º 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 #EACCCD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 205 -
CMYK 0 0.13 0.12 0.08
HSL 358º 0.42% 0.86% -
HSV(B) 358º 0.13% 0.92% -
XYZ 66.54 65.09 66.81 -
YUV 213.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 234 204 205 0 0.13 0.12 0.08 358 0.42 0.86
Hex EA CC CD 0 D C 8 166 2A 56
Octal 352 314 315 0 15 14 10 546 52 126
Binary 11101010 11001100 11001101 0 1101 1100 1000 101100110 101010 1010110

Color Harmonies of #EACCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACCCD

Black with #EACCCD

Text Example


Text Example

White with #EACCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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