Html Css Color HEX #E885C7 Tea Rose

📋 copy color: '#E885C7'

red 232 ◦ green 133 ◦ blue 199

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

Shades of Tea Rose #E885C7

Tints of Tea Rose #E885C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.28%

R = 41.13%
G = 23.58%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E885C7 (or 0xE885C7) is known color: Tea Rose. HEX triplet: E8, 85 and C7. RGB value is (232,133,199). Sum of RGB (Red+Green+Blue) = 232+133+199=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E885C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885C7 is #177A38. Grayscale: #A9A9A9. Windows color (decimal): -1538617 or 13075944. OLE color: 13075944.

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

Color convert

RGB 232 133 199 -
CMYK 0 0.43 0.14 0.09
HSL 320º 0.68% 0.72% -
HSV(B) 320º 0.43% 0.91% -
XYZ 51.98 38.05 58.64 -
YUV 170.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 232 133 199 0 0.43 0.14 0.09 320 0.68 0.72
Hex E8 85 C7 0 2B E 9 140 44 48
Octal 350 205 307 0 53 16 11 500 104 110
Binary 11101000 10000101 11000111 0 101011 1110 1001 101000000 1000100 1001000

Color Harmonies of #E885C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885C7

Black with #E885C7

Text Example


Text Example

White with #E885C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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