Html Css Color HEX #EA71EC Violet

📋 copy color: '#EA71EC'

red 234 ◦ green 113 ◦ blue 236

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

Shades of Violet #EA71EC

Tints of Violet #EA71EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.48%

R = 40.14%
G = 19.38%
B = 40.48%

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

#EA71EC (or 0xEA71EC) is known color: Violet. HEX triplet: EA, 71 and EC. RGB value is (234,113,236). Sum of RGB (Red+Green+Blue) = 234+113+236=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA71EC is #158E13. Grayscale: #A2A2A2. Windows color (decimal): -1412628 or 15495658. OLE color: 15495658.

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

Color convert

RGB 234 113 236 -
CMYK 0.01 0.52 0 0.07
HSL 299.02º 0.76% 0.68% -
HSV(B) 299.02º 0.52% 0.93% -
XYZ 54.98 35.36 83.28 -
YUV 163.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 234 113 236 0.01 0.52 0 0.07 299.02 0.76 0.68
Hex EA 71 EC 1 34 0 7 12B 4C 44
Octal 352 161 354 1 64 0 7 453 114 104
Binary 11101010 1110001 11101100 1 110100 0 111 100101011 1001100 1000100

Color Harmonies of #EA71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA71EC

Black with #EA71EC

Text Example


Text Example

White with #EA71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA71EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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