Html Css Color HEX #E780CA Tea Rose

📋 copy color: '#E780CA'

red 231 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #E780CA

Tints of Tea Rose #E780CA

RGB

 RED value IS 231 (90.63% from 255) = 41.18%

 GREEN value IS 128 (50.39% from 255) = 22.82%

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

R = 41.18%
G = 22.82%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E780CA (or 0xE780CA) is known color: Tea Rose. HEX triplet: E7, 80 and CA. RGB value is (231,128,202). Sum of RGB (Red+Green+Blue) = 231+128+202=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E780CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780CA is #187F35. Grayscale: #A7A7A7. Windows color (decimal): -1605430 or 13271271. OLE color: 13271271.

HSL color Cylindrical-coordinate representation of color #E780CA: hue angle of 316.89º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780CA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 128 202 -
CMYK 0 0.45 0.13 0.09
HSL 316.89º 0.68% 0.7% -
HSV(B) 316.89º 0.45% 0.91% -
XYZ 51.33 36.69 60.25 -
YUV 167.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 231 128 202 0 0.45 0.13 0.09 316.89 0.68 0.7
Hex E7 80 CA 0 2D D 9 13D 44 46
Octal 347 200 312 0 55 15 11 475 104 106
Binary 11100111 10000000 11001010 0 101101 1101 1001 100111101 1000100 1000110

Color Harmonies of #E780CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780CA

Black with #E780CA

Text Example


Text Example

White with #E780CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780CA; }

 p { color: rgb(231,128,202); }

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

background-color css

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

 a { background-color: rgb(231,128,202); }

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

border-color css

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

 span { border-color: rgb(231,128,202); }

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