Html Css Color HEX #E886BE Tea Rose

📋 copy color: '#E886BE'

red 232 ◦ green 134 ◦ blue 190

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

Shades of Tea Rose #E886BE

Tints of Tea Rose #E886BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.17%

R = 41.73%
G = 24.1%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E886BE (or 0xE886BE) is known color: Tea Rose. HEX triplet: E8, 86 and BE. RGB value is (232,134,190). Sum of RGB (Red+Green+Blue) = 232+134+190=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E886BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886BE is #177941. Grayscale: #A9A9A9. Windows color (decimal): -1538370 or 12486376. OLE color: 12486376.

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

Color convert

RGB 232 134 190 -
CMYK 0 0.42 0.18 0.09
HSL 325.71º 0.68% 0.72% -
HSV(B) 325.71º 0.42% 0.91% -
XYZ 51.1 37.92 53.34 -
YUV 169.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 232 134 190 0 0.42 0.18 0.09 325.71 0.68 0.72
Hex E8 86 BE 0 2A 12 9 146 44 48
Octal 350 206 276 0 52 22 11 506 104 110
Binary 11101000 10000110 10111110 0 101010 10010 1001 101000110 1000100 1001000

Color Harmonies of #E886BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886BE

Black with #E886BE

Text Example


Text Example

White with #E886BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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