Html Css Color HEX #EAC8DA Classic Rose

📋 copy color: '#EAC8DA'

red 234 ◦ green 200 ◦ blue 218

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

Shades of Classic Rose #EAC8DA

Tints of Classic Rose #EAC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.67%

 BLUE value IS 218 (85.55% from 255) = 33.44%

R = 35.89%
G = 30.67%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAC8DA (or 0xEAC8DA) is known color: Classic Rose. HEX triplet: EA, C8 and DA. RGB value is (234,200,218). Sum of RGB (Red+Green+Blue) = 234+200+218=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8DA is #153725. Grayscale: #D4D4D4. Windows color (decimal): -1390374 or 14338282. OLE color: 14338282.

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

Color convert

RGB 234 200 218 -
CMYK 0 0.15 0.07 0.08
HSL 328.24º 0.45% 0.85% -
HSV(B) 328.24º 0.15% 0.92% -
XYZ 67.24 63.86 75.11 -
YUV 212.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 234 200 218 0 0.15 0.07 0.08 328.24 0.45 0.85
Hex EA C8 DA 0 F 7 8 148 2D 55
Octal 352 310 332 0 17 7 10 510 55 125
Binary 11101010 11001000 11011010 0 1111 111 1000 101001000 101101 1010101

Color Harmonies of #EAC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC8DA

Black with #EAC8DA

Text Example


Text Example

White with #EAC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC8DA; }

 p { color: rgb(234,200,218); }

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

background-color css

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

 a { background-color: rgb(234,200,218); }

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

border-color css

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

 span { border-color: rgb(234,200,218); }

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