Html Css Color HEX #EAC9CD Pale Rose

📋 copy color: '#EAC9CD'

red 234 ◦ green 201 ◦ blue 205

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

Shades of Pale Rose #EAC9CD

Tints of Pale Rose #EAC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.41%

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

R = 36.56%
G = 31.41%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAC9CD (or 0xEAC9CD) is known color: Pale Rose. HEX triplet: EA, C9 and CD. RGB value is (234,201,205). Sum of RGB (Red+Green+Blue) = 234+201+205=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9CD is #153632. Grayscale: #D3D3D3. Windows color (decimal): -1390131 or 13486570. OLE color: 13486570.

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

Color convert

RGB 234 201 205 -
CMYK 0 0.14 0.12 0.08
HSL 352.73º 0.44% 0.85% -
HSV(B) 352.73º 0.14% 0.92% -
XYZ 65.84 63.67 66.58 -
YUV 211.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 234 201 205 0 0.14 0.12 0.08 352.73 0.44 0.85
Hex EA C9 CD 0 E C 8 161 2C 55
Octal 352 311 315 0 16 14 10 541 54 125
Binary 11101010 11001001 11001101 0 1110 1100 1000 101100001 101100 1010101

Color Harmonies of #EAC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9CD

Black with #EAC9CD

Text Example


Text Example

White with #EAC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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