Html Css Color HEX #E886CF Tea Rose

📋 copy color: '#E886CF'

red 232 ◦ green 134 ◦ blue 207

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

Shades of Tea Rose #E886CF

Tints of Tea Rose #E886CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 40.49%
G = 23.39%
B = 36.13%

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

#E886CF (or 0xE886CF) is known color: Tea Rose. HEX triplet: E8, 86 and CF. RGB value is (232,134,207). Sum of RGB (Red+Green+Blue) = 232+134+207=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E886CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886CF is #177930. Grayscale: #ABABAB. Windows color (decimal): -1538353 or 13600488. OLE color: 13600488.

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

Color convert

RGB 232 134 207 -
CMYK 0 0.42 0.11 0.09
HSL 315.31º 0.68% 0.72% -
HSV(B) 315.31º 0.42% 0.91% -
XYZ 53.07 38.71 63.71 -
YUV 171.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 232 134 207 0 0.42 0.11 0.09 315.31 0.68 0.72
Hex E8 86 CF 0 2A B 9 13B 44 48
Octal 350 206 317 0 52 13 11 473 104 110
Binary 11101000 10000110 11001111 0 101010 1011 1001 100111011 1000100 1001000

Color Harmonies of #E886CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886CF

Black with #E886CF

Text Example


Text Example

White with #E886CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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