Html Css Color HEX #E885CB Tea Rose

📋 copy color: '#E885CB'

red 232 ◦ green 133 ◦ blue 203

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

Shades of Tea Rose #E885CB

Tints of Tea Rose #E885CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.42%

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

R = 40.85%
G = 23.42%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E885CB (or 0xE885CB) is known color: Tea Rose. HEX triplet: E8, 85 and CB. RGB value is (232,133,203). Sum of RGB (Red+Green+Blue) = 232+133+203=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E885CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885CB is #177A34. Grayscale: #AAAAAA. Windows color (decimal): -1538613 or 13338088. OLE color: 13338088.

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

Color convert

RGB 232 133 203 -
CMYK 0 0.43 0.12 0.09
HSL 317.58º 0.68% 0.72% -
HSV(B) 317.58º 0.43% 0.91% -
XYZ 52.45 38.24 61.12 -
YUV 170.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 232 133 203 0 0.43 0.12 0.09 317.58 0.68 0.72
Hex E8 85 CB 0 2B C 9 13E 44 48
Octal 350 205 313 0 53 14 11 476 104 110
Binary 11101000 10000101 11001011 0 101011 1100 1001 100111110 1000100 1001000

Color Harmonies of #E885CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885CB

Black with #E885CB

Text Example


Text Example

White with #E885CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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