Html Css Color HEX #E781CA Tea Rose

📋 copy color: '#E781CA'

red 231 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #E781CA

Tints of Tea Rose #E781CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.95%

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

R = 41.1%
G = 22.95%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E781CA (or 0xE781CA) is known color: Tea Rose. HEX triplet: E7, 81 and CA. RGB value is (231,129,202). Sum of RGB (Red+Green+Blue) = 231+129+202=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E781CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781CA is #187E35. Grayscale: #A7A7A7. Windows color (decimal): -1605174 or 13271527. OLE color: 13271527.

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

Color convert

RGB 231 129 202 -
CMYK 0 0.44 0.13 0.09
HSL 317.06º 0.68% 0.71% -
HSV(B) 317.06º 0.44% 0.91% -
XYZ 51.47 36.95 60.3 -
YUV 167.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 231 129 202 0 0.44 0.13 0.09 317.06 0.68 0.71
Hex E7 81 CA 0 2C D 9 13D 44 47
Octal 347 201 312 0 54 15 11 475 104 107
Binary 11100111 10000001 11001010 0 101100 1101 1001 100111101 1000100 1000111

Color Harmonies of #E781CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781CA

Black with #E781CA

Text Example


Text Example

White with #E781CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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