Html Css Color HEX #E779CA Tea Rose

📋 copy color: '#E779CA'

red 231 ◦ green 121 ◦ blue 202

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

Shades of Tea Rose #E779CA

Tints of Tea Rose #E779CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.84%

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

R = 41.7%
G = 21.84%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E779CA (or 0xE779CA) is known color: Tea Rose. HEX triplet: E7, 79 and CA. RGB value is (231,121,202). Sum of RGB (Red+Green+Blue) = 231+121+202=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E779CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779CA is #188635. Grayscale: #A2A2A2. Windows color (decimal): -1607222 or 13269479. OLE color: 13269479.

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

Color convert

RGB 231 121 202 -
CMYK 0 0.48 0.13 0.09
HSL 315.82º 0.7% 0.69% -
HSV(B) 315.82º 0.48% 0.91% -
XYZ 50.45 34.93 59.96 -
YUV 163.12 149.94 176.41 -
System Red Green Blue C M Y K H S L
Decimal 231 121 202 0 0.48 0.13 0.09 315.82 0.7 0.69
Hex E7 79 CA 0 30 D 9 13C 46 45
Octal 347 171 312 0 60 15 11 474 106 105
Binary 11100111 1111001 11001010 0 110000 1101 1001 100111100 1000110 1000101

Color Harmonies of #E779CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E779CA

Black with #E779CA

Text Example


Text Example

White with #E779CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E779CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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