Html Css Color HEX #EA79CC Tea Rose

📋 copy color: '#EA79CC'

red 234 ◦ green 121 ◦ blue 204

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

Shades of Tea Rose #EA79CC

Tints of Tea Rose #EA79CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 41.86%
G = 21.65%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA79CC (or 0xEA79CC) is known color: Tea Rose. HEX triplet: EA, 79 and CC. RGB value is (234,121,204). Sum of RGB (Red+Green+Blue) = 234+121+204=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79CC is #158633. Grayscale: #A4A4A4. Windows color (decimal): -1410612 or 13400554. OLE color: 13400554.

HSL color Cylindrical-coordinate representation of color #EA79CC: hue angle of 315.93º 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 #EA79CC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 204 -
CMYK 0 0.48 0.13 0.08
HSL 315.93º 0.73% 0.7% -
HSV(B) 315.93º 0.48% 0.92% -
XYZ 51.67 35.53 61.26 -
YUV 164.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 234 121 204 0 0.48 0.13 0.08 315.93 0.73 0.7
Hex EA 79 CC 0 30 D 8 13C 49 46
Octal 352 171 314 0 60 15 10 474 111 106
Binary 11101010 1111001 11001100 0 110000 1101 1000 100111100 1001001 1000110

Color Harmonies of #EA79CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79CC

Black with #EA79CC

Text Example


Text Example

White with #EA79CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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