Html Css Color HEX #EAC1D6 Classic Rose

📋 copy color: '#EAC1D6'

red 234 ◦ green 193 ◦ blue 214

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

Shades of Classic Rose #EAC1D6

Tints of Classic Rose #EAC1D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.39%

R = 36.51%
G = 30.11%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EAC1D6 (or 0xEAC1D6) is known color: Classic Rose. HEX triplet: EA, C1 and D6. RGB value is (234,193,214). Sum of RGB (Red+Green+Blue) = 234+193+214=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1D6 is #153E29. Grayscale: #CFCFCF. Windows color (decimal): -1392170 or 14074346. OLE color: 14074346.

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

Color convert

RGB 234 193 214 -
CMYK 0 0.18 0.09 0.08
HSL 329.27º 0.49% 0.84% -
HSV(B) 329.27º 0.18% 0.92% -
XYZ 65.14 60.49 71.86 -
YUV 207.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 234 193 214 0 0.18 0.09 0.08 329.27 0.49 0.84
Hex EA C1 D6 0 12 9 8 149 31 54
Octal 352 301 326 0 22 11 10 511 61 124
Binary 11101010 11000001 11010110 0 10010 1001 1000 101001001 110001 1010100

Color Harmonies of #EAC1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1D6

Black with #EAC1D6

Text Example


Text Example

White with #EAC1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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