Html Css Color HEX #EA79CA Tea Rose

📋 copy color: '#EA79CA'

red 234 ◦ green 121 ◦ blue 202

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

Shades of Tea Rose #EA79CA

Tints of Tea Rose #EA79CA

RGB

 RED value IS 234 (91.8% from 255) = 42.01%

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

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

R = 42.01%
G = 21.72%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA79CA (or 0xEA79CA) is known color: Tea Rose. HEX triplet: EA, 79 and CA. RGB value is (234,121,202). Sum of RGB (Red+Green+Blue) = 234+121+202=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79CA is #158635. Grayscale: #A3A3A3. Windows color (decimal): -1410614 or 13269482. OLE color: 13269482.

HSL color Cylindrical-coordinate representation of color #EA79CA: hue angle of 316.99º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA79CA is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 202 -
CMYK 0 0.48 0.14 0.08
HSL 316.99º 0.73% 0.7% -
HSV(B) 316.99º 0.48% 0.92% -
XYZ 51.43 35.43 60.01 -
YUV 164.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 234 121 202 0 0.48 0.14 0.08 316.99 0.73 0.7
Hex EA 79 CA 0 30 E 8 13D 49 46
Octal 352 171 312 0 60 16 10 475 111 106
Binary 11101010 1111001 11001010 0 110000 1110 1000 100111101 1001001 1000110

Color Harmonies of #EA79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79CA

Black with #EA79CA

Text Example


Text Example

White with #EA79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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