Html Css Color HEX #EA71ED Violet

📋 copy color: '#EA71ED'

red 234 ◦ green 113 ◦ blue 237

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

Shades of Violet #EA71ED

Tints of Violet #EA71ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.35%

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 40.07%
G = 19.35%
B = 40.58%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA71ED (or 0xEA71ED) is known color: Violet. HEX triplet: EA, 71 and ED. RGB value is (234,113,237). Sum of RGB (Red+Green+Blue) = 234+113+237=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA71ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA71ED is #158E12. Grayscale: #A2A2A2. Windows color (decimal): -1412627 or 15561194. OLE color: 15561194.

HSL color Cylindrical-coordinate representation of color #EA71ED: hue angle of 298.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA71ED is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 113 237 -
CMYK 0.01 0.52 0 0.07
HSL 298.55º 0.78% 0.69% -
HSV(B) 298.55º 0.52% 0.93% -
XYZ 55.12 35.42 84.05 -
YUV 163.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 234 113 237 0.01 0.52 0 0.07 298.55 0.78 0.69
Hex EA 71 ED 1 34 0 7 12B 4E 45
Octal 352 161 355 1 64 0 7 453 116 105
Binary 11101010 1110001 11101101 1 110100 0 111 100101011 1001110 1000101

Color Harmonies of #EA71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71ED

Black with #EA71ED

Text Example


Text Example

White with #EA71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71ED; }

 p { color: rgb(234,113,237); }

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

background-color css

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

 a { background-color: rgb(234,113,237); }

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

border-color css

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

 span { border-color: rgb(234,113,237); }

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