Html Css Color HEX #E885CA Tea Rose

📋 copy color: '#E885CA'

red 232 ◦ green 133 ◦ blue 202

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

Shades of Tea Rose #E885CA

Tints of Tea Rose #E885CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 40.92%
G = 23.46%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E885CA (or 0xE885CA) is known color: Tea Rose. HEX triplet: E8, 85 and CA. RGB value is (232,133,202). Sum of RGB (Red+Green+Blue) = 232+133+202=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E885CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885CA is #177A35. Grayscale: #AAAAAA. Windows color (decimal): -1538614 or 13272552. OLE color: 13272552.

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

Color convert

RGB 232 133 202 -
CMYK 0 0.43 0.13 0.09
HSL 318.18º 0.68% 0.72% -
HSV(B) 318.18º 0.43% 0.91% -
XYZ 52.33 38.2 60.49 -
YUV 170.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 232 133 202 0 0.43 0.13 0.09 318.18 0.68 0.72
Hex E8 85 CA 0 2B D 9 13E 44 48
Octal 350 205 312 0 53 15 11 476 104 110
Binary 11101000 10000101 11001010 0 101011 1101 1001 100111110 1000100 1001000

Color Harmonies of #E885CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885CA

Black with #E885CA

Text Example


Text Example

White with #E885CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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