Html Css Color HEX #EA74E7 Violet

📋 copy color: '#EA74E7'

red 234 ◦ green 116 ◦ blue 231

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

Shades of Violet #EA74E7

Tints of Violet #EA74E7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.97%

 BLUE value IS 231 (90.63% from 255) = 39.76%

R = 40.28%
G = 19.97%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA74E7 (or 0xEA74E7) is known color: Violet. HEX triplet: EA, 74 and E7. RGB value is (234,116,231). Sum of RGB (Red+Green+Blue) = 234+116+231=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA74E7 is #158B18. Grayscale: #A4A4A4. Windows color (decimal): -1411865 or 15168746. OLE color: 15168746.

HSL color Cylindrical-coordinate representation of color #EA74E7: hue angle of 301.53º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74E7 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 231 -
CMYK 0 0.50 0.01 0.08
HSL 301.53º 0.74% 0.69% -
HSV(B) 301.53º 0.5% 0.92% -
XYZ 54.6 35.75 79.62 -
YUV 164.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 234 116 231 0 0.50 0.01 0.08 301.53 0.74 0.69
Hex EA 74 E7 0 32 1 8 12E 4A 45
Octal 352 164 347 0 62 1 10 456 112 105
Binary 11101010 1110100 11100111 0 110010 1 1000 100101110 1001010 1000101

Color Harmonies of #EA74E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA74E7

Black with #EA74E7

Text Example


Text Example

White with #EA74E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA74E7; }

 p { color: rgb(234,116,231); }

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

background-color css

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

 a { background-color: rgb(234,116,231); }

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

border-color css

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

 span { border-color: rgb(234,116,231); }

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