Html Css Color HEX #EE8CCB Tea Rose

📋 copy color: '#EE8CCB'

red 238 ◦ green 140 ◦ blue 203

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

Shades of Tea Rose #EE8CCB

Tints of Tea Rose #EE8CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.1%

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 40.96%
G = 24.1%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE8CCB (or 0xEE8CCB) is known color: Tea Rose. HEX triplet: EE, 8C and CB. RGB value is (238,140,203). Sum of RGB (Red+Green+Blue) = 238+140+203=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CCB is #117334. Grayscale: #B0B0B0. Windows color (decimal): -1143605 or 13339886. OLE color: 13339886.

HSL color Cylindrical-coordinate representation of color #EE8CCB: hue angle of 321.43º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CCB is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 140 203 -
CMYK 0 0.41 0.15 0.07
HSL 321.43º 0.74% 0.74% -
HSV(B) 321.43º 0.41% 0.93% -
XYZ 55.42 41.25 61.54 -
YUV 176.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 238 140 203 0 0.41 0.15 0.07 321.43 0.74 0.74
Hex EE 8C CB 0 29 F 7 141 4A 4A
Octal 356 214 313 0 51 17 7 501 112 112
Binary 11101110 10001100 11001011 0 101001 1111 111 101000001 1001010 1001010

Color Harmonies of #EE8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CCB

Black with #EE8CCB

Text Example


Text Example

White with #EE8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CCB; }

 p { color: rgb(238,140,203); }

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

background-color css

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

 a { background-color: rgb(238,140,203); }

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

border-color css

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

 span { border-color: rgb(238,140,203); }

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