Html Css Color HEX #E882CB Tea Rose

📋 copy color: '#E882CB'

red 232 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #E882CB

Tints of Tea Rose #E882CB

RGB

 RED value IS 232 (91.02% from 255) = 41.06%

 GREEN value IS 130 (51.17% from 255) = 23.01%

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

R = 41.06%
G = 23.01%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E882CB (or 0xE882CB) is known color: Tea Rose. HEX triplet: E8, 82 and CB. RGB value is (232,130,203). Sum of RGB (Red+Green+Blue) = 232+130+203=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E882CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882CB is #177D34. Grayscale: #A8A8A8. Windows color (decimal): -1539381 or 13337320. OLE color: 13337320.

HSL color Cylindrical-coordinate representation of color #E882CB: hue angle of 317.06º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882CB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 203 -
CMYK 0 0.44 0.12 0.09
HSL 317.06º 0.69% 0.71% -
HSV(B) 317.06º 0.44% 0.91% -
XYZ 52.04 37.43 60.98 -
YUV 168.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 232 130 203 0 0.44 0.12 0.09 317.06 0.69 0.71
Hex E8 82 CB 0 2C C 9 13D 45 47
Octal 350 202 313 0 54 14 11 475 105 107
Binary 11101000 10000010 11001011 0 101100 1100 1001 100111101 1000101 1000111

Color Harmonies of #E882CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E882CB

Black with #E882CB

Text Example


Text Example

White with #E882CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E882CB; }

 p { color: rgb(232,130,203); }

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

background-color css

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

 a { background-color: rgb(232,130,203); }

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

border-color css

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

 span { border-color: rgb(232,130,203); }

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