Html Css Color HEX #EA79E1 Violet

📋 copy color: '#EA79E1'

red 234 ◦ green 121 ◦ blue 225

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

Shades of Violet #EA79E1

Tints of Violet #EA79E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 40.34%
G = 20.86%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA79E1 (or 0xEA79E1) is known color: Violet. HEX triplet: EA, 79 and E1. RGB value is (234,121,225). Sum of RGB (Red+Green+Blue) = 234+121+225=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA79E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA79E1 is #15861E. Grayscale: #A6A6A6. Windows color (decimal): -1410591 or 14776810. OLE color: 14776810.

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

Color convert

RGB 234 121 225 -
CMYK 0 0.48 0.04 0.08
HSL 304.78º 0.73% 0.7% -
HSV(B) 304.78º 0.48% 0.92% -
XYZ 54.36 36.6 75.43 -
YUV 166.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 234 121 225 0 0.48 0.04 0.08 304.78 0.73 0.7
Hex EA 79 E1 0 30 4 8 131 49 46
Octal 352 171 341 0 60 4 10 461 111 106
Binary 11101010 1111001 11100001 0 110000 100 1000 100110001 1001001 1000110

Color Harmonies of #EA79E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA79E1

Black with #EA79E1

Text Example


Text Example

White with #EA79E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA79E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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