Html Css Color HEX #EEBAD5 Classic Rose

📋 copy color: '#EEBAD5'

red 238 ◦ green 186 ◦ blue 213

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

Shades of Classic Rose #EEBAD5

Tints of Classic Rose #EEBAD5

RGB

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

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

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

R = 37.36%
G = 29.2%
B = 33.44%

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

#EEBAD5 (or 0xEEBAD5) is known color: Classic Rose. HEX triplet: EE, BA and D5. RGB value is (238,186,213). Sum of RGB (Red+Green+Blue) = 238+186+213=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD5 is #11452A. Grayscale: #CCCCCC. Windows color (decimal): -1131819 or 14007022. OLE color: 14007022.

HSL color Cylindrical-coordinate representation of color #EEBAD5: hue angle of 328.85º 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 #EEBAD5 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 213 -
CMYK 0 0.22 0.11 0.07
HSL 328.85º 0.6% 0.83% -
HSV(B) 328.85º 0.22% 0.93% -
XYZ 64.83 58.1 70.75 -
YUV 204.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 238 186 213 0 0.22 0.11 0.07 328.85 0.6 0.83
Hex EE BA D5 0 16 B 7 149 3C 53
Octal 356 272 325 0 26 13 7 511 74 123
Binary 11101110 10111010 11010101 0 10110 1011 111 101001001 111100 1010011

Color Harmonies of #EEBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAD5

Black with #EEBAD5

Text Example


Text Example

White with #EEBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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