Html Css Color HEX #EEC4D5 Classic Rose

📋 copy color: '#EEC4D5'

red 238 ◦ green 196 ◦ blue 213

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

Shades of Classic Rose #EEC4D5

Tints of Classic Rose #EEC4D5

RGB

 RED value IS 238 (93.36% from 255) = 36.79%

 GREEN value IS 196 (76.95% from 255) = 30.29%

 BLUE value IS 213 (83.59% from 255) = 32.92%

R = 36.79%
G = 30.29%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEC4D5 (or 0xEEC4D5) is known color: Classic Rose. HEX triplet: EE, C4 and D5. RGB value is (238,196,213). Sum of RGB (Red+Green+Blue) = 238+196+213=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4D5 is #113B2A. Grayscale: #D2D2D2. Windows color (decimal): -1129259 or 14009582. OLE color: 14009582.

HSL color Cylindrical-coordinate representation of color #EEC4D5: hue angle of 335.71º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC4D5 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 213 -
CMYK 0 0.18 0.11 0.07
HSL 335.71º 0.55% 0.85% -
HSV(B) 335.71º 0.18% 0.93% -
XYZ 67.01 62.46 71.48 -
YUV 210.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 238 196 213 0 0.18 0.11 0.07 335.71 0.55 0.85
Hex EE C4 D5 0 12 B 7 150 37 55
Octal 356 304 325 0 22 13 7 520 67 125
Binary 11101110 11000100 11010101 0 10010 1011 111 101010000 110111 1010101

Color Harmonies of #EEC4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC4D5

Black with #EEC4D5

Text Example


Text Example

White with #EEC4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC4D5; }

 p { color: rgb(238,196,213); }

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

background-color css

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

 a { background-color: rgb(238,196,213); }

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

border-color css

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

 span { border-color: rgb(238,196,213); }

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