Html Css Color HEX #E885C4 Tea Rose

📋 copy color: '#E885C4'

red 232 ◦ green 133 ◦ blue 196

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

Shades of Tea Rose #E885C4

Tints of Tea Rose #E885C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 41.35%
G = 23.71%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E885C4 (or 0xE885C4) is known color: Tea Rose. HEX triplet: E8, 85 and C4. RGB value is (232,133,196). Sum of RGB (Red+Green+Blue) = 232+133+196=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E885C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885C4 is #177A3B. Grayscale: #A9A9A9. Windows color (decimal): -1538620 or 12879336. OLE color: 12879336.

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

Color convert

RGB 232 133 196 -
CMYK 0 0.43 0.16 0.09
HSL 321.82º 0.68% 0.72% -
HSV(B) 321.82º 0.43% 0.91% -
XYZ 51.63 37.92 56.82 -
YUV 169.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 232 133 196 0 0.43 0.16 0.09 321.82 0.68 0.72
Hex E8 85 C4 0 2B 10 9 142 44 48
Octal 350 205 304 0 53 20 11 502 104 110
Binary 11101000 10000101 11000100 0 101011 10000 1001 101000010 1000100 1001000

Color Harmonies of #E885C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885C4

Black with #E885C4

Text Example


Text Example

White with #E885C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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