Html Css Color HEX #E886CE Tea Rose

📋 copy color: '#E886CE'

red 232 ◦ green 134 ◦ blue 206

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

Shades of Tea Rose #E886CE

Tints of Tea Rose #E886CE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.43%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 40.56%
G = 23.43%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E886CE (or 0xE886CE) is known color: Tea Rose. HEX triplet: E8, 86 and CE. RGB value is (232,134,206). Sum of RGB (Red+Green+Blue) = 232+134+206=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E886CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886CE is #177931. Grayscale: #ABABAB. Windows color (decimal): -1538354 or 13534952. OLE color: 13534952.

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

Color convert

RGB 232 134 206 -
CMYK 0 0.42 0.11 0.09
HSL 315.92º 0.68% 0.72% -
HSV(B) 315.92º 0.42% 0.91% -
XYZ 52.94 38.66 63.06 -
YUV 171.51 147.47 171.15 -
System Red Green Blue C M Y K H S L
Decimal 232 134 206 0 0.42 0.11 0.09 315.92 0.68 0.72
Hex E8 86 CE 0 2A B 9 13C 44 48
Octal 350 206 316 0 52 13 11 474 104 110
Binary 11101000 10000110 11001110 0 101010 1011 1001 100111100 1000100 1001000

Color Harmonies of #E886CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886CE

Black with #E886CE

Text Example


Text Example

White with #E886CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886CE; }

 p { color: rgb(232,134,206); }

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

background-color css

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

 a { background-color: rgb(232,134,206); }

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

border-color css

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

 span { border-color: rgb(232,134,206); }

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