Html Css Color HEX #EEBAD4 Classic Rose

📋 copy color: '#EEBAD4'

red 238 ◦ green 186 ◦ blue 212

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

Shades of Classic Rose #EEBAD4

Tints of Classic Rose #EEBAD4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.25%

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

R = 37.42%
G = 29.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEBAD4 (or 0xEEBAD4) is known color: Classic Rose. HEX triplet: EE, BA and D4. RGB value is (238,186,212). Sum of RGB (Red+Green+Blue) = 238+186+212=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD4 is #11452B. Grayscale: #CCCCCC. Windows color (decimal): -1131820 or 13941486. OLE color: 13941486.

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

Color convert

RGB 238 186 212 -
CMYK 0 0.22 0.11 0.07
HSL 330º 0.6% 0.83% -
HSV(B) 330º 0.22% 0.93% -
XYZ 64.7 58.05 70.08 -
YUV 204.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 238 186 212 0 0.22 0.11 0.07 330 0.6 0.83
Hex EE BA D4 0 16 B 7 14A 3C 53
Octal 356 272 324 0 26 13 7 512 74 123
Binary 11101110 10111010 11010100 0 10110 1011 111 101001010 111100 1010011

Color Harmonies of #EEBAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAD4

Black with #EEBAD4

Text Example


Text Example

White with #EEBAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAD4; }

 p { color: rgb(238,186,212); }

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

background-color css

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

 a { background-color: rgb(238,186,212); }

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

border-color css

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

 span { border-color: rgb(238,186,212); }

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