Html Css Color HEX #EAC1DA Classic Rose

📋 copy color: '#EAC1DA'

red 234 ◦ green 193 ◦ blue 218

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

Shades of Classic Rose #EAC1DA

Tints of Classic Rose #EAC1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.92%

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

R = 36.28%
G = 29.92%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EAC1DA (or 0xEAC1DA) is known color: Classic Rose. HEX triplet: EA, C1 and DA. RGB value is (234,193,218). Sum of RGB (Red+Green+Blue) = 234+193+218=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1DA is #153E25. Grayscale: #D0D0D0. Windows color (decimal): -1392166 or 14336490. OLE color: 14336490.

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

Color convert

RGB 234 193 218 -
CMYK 0 0.18 0.07 0.08
HSL 323.41º 0.49% 0.84% -
HSV(B) 323.41º 0.18% 0.92% -
XYZ 65.66 60.69 74.58 -
YUV 208.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 234 193 218 0 0.18 0.07 0.08 323.41 0.49 0.84
Hex EA C1 DA 0 12 7 8 143 31 54
Octal 352 301 332 0 22 7 10 503 61 124
Binary 11101010 11000001 11011010 0 10010 111 1000 101000011 110001 1010100

Color Harmonies of #EAC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1DA

Black with #EAC1DA

Text Example


Text Example

White with #EAC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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