Html Css Color HEX #EAC6DF Classic Rose

📋 copy color: '#EAC6DF'

red 234 ◦ green 198 ◦ blue 223

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

Shades of Classic Rose #EAC6DF

Tints of Classic Rose #EAC6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.23%

 BLUE value IS 223 (87.5% from 255) = 34.05%

R = 35.73%
G = 30.23%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EAC6DF (or 0xEAC6DF) is known color: Classic Rose. HEX triplet: EA, C6 and DF. RGB value is (234,198,223). Sum of RGB (Red+Green+Blue) = 234+198+223=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6DF is #153920. Grayscale: #D3D3D3. Windows color (decimal): -1390881 or 14665450. OLE color: 14665450.

HSL color Cylindrical-coordinate representation of color #EAC6DF: hue angle of 318.33º degrees, saturation: 0.46, 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 #EAC6DF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 198 223 -
CMYK 0 0.15 0.05 0.08
HSL 318.33º 0.46% 0.85% -
HSV(B) 318.33º 0.15% 0.92% -
XYZ 67.45 63.21 78.46 -
YUV 211.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 234 198 223 0 0.15 0.05 0.08 318.33 0.46 0.85
Hex EA C6 DF 0 F 5 8 13E 2E 55
Octal 352 306 337 0 17 5 10 476 56 125
Binary 11101010 11000110 11011111 0 1111 101 1000 100111110 101110 1010101

Color Harmonies of #EAC6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC6DF

Black with #EAC6DF

Text Example


Text Example

White with #EAC6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC6DF; }

 p { color: rgb(234,198,223); }

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

background-color css

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

 a { background-color: rgb(234,198,223); }

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

border-color css

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

 span { border-color: rgb(234,198,223); }

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