Html Css Color HEX #EAC1D4 Classic Rose

📋 copy color: '#EAC1D4'

red 234 ◦ green 193 ◦ blue 212

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

Shades of Classic Rose #EAC1D4

Tints of Classic Rose #EAC1D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.18%

R = 36.62%
G = 30.2%
B = 33.18%

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

#EAC1D4 (or 0xEAC1D4) is known color: Classic Rose. HEX triplet: EA, C1 and D4. RGB value is (234,193,212). Sum of RGB (Red+Green+Blue) = 234+193+212=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1D4 is #153E2B. Grayscale: #CFCFCF. Windows color (decimal): -1392172 or 13943274. OLE color: 13943274.

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

Color convert

RGB 234 193 212 -
CMYK 0 0.18 0.09 0.08
HSL 332.2º 0.49% 0.84% -
HSV(B) 332.2º 0.18% 0.92% -
XYZ 64.89 60.39 70.52 -
YUV 207.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 234 193 212 0 0.18 0.09 0.08 332.2 0.49 0.84
Hex EA C1 D4 0 12 9 8 14C 31 54
Octal 352 301 324 0 22 11 10 514 61 124
Binary 11101010 11000001 11010100 0 10010 1001 1000 101001100 110001 1010100

Color Harmonies of #EAC1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC1D4

Black with #EAC1D4

Text Example


Text Example

White with #EAC1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC1D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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