Html Css Color HEX #EA96F6 Violet

📋 copy color: '#EA96F6'

red 234 ◦ green 150 ◦ blue 246

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

Shades of Violet #EA96F6

Tints of Violet #EA96F6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.81%

 BLUE value IS 246 (96.48% from 255) = 39.05%

R = 37.14%
G = 23.81%
B = 39.05%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA96F6 (or 0xEA96F6) is known color: Violet. HEX triplet: EA, 96 and F6. RGB value is (234,150,246). Sum of RGB (Red+Green+Blue) = 234+150+246=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA96F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA96F6 is #156909. Grayscale: #B9B9B9. Windows color (decimal): -1403146 or 16160490. OLE color: 16160490.

HSL color Cylindrical-coordinate representation of color #EA96F6: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA96F6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 150 246 -
CMYK 0.05 0.39 0 0.04
HSL 292.5º 0.84% 0.78% -
HSV(B) 292.5º 0.39% 0.96% -
XYZ 61.47 45.96 92.82 -
YUV 186.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 234 150 246 0.05 0.39 0 0.04 292.5 0.84 0.78
Hex EA 96 F6 5 27 0 4 124 54 4E
Octal 352 226 366 5 47 0 4 444 124 116
Binary 11101010 10010110 11110110 101 100111 0 100 100100100 1010100 1001110

Color Harmonies of #EA96F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA96F6

Black with #EA96F6

Text Example


Text Example

White with #EA96F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA96F6; }

 p { color: rgb(234,150,246); }

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

background-color css

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

 a { background-color: rgb(234,150,246); }

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

border-color css

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

 span { border-color: rgb(234,150,246); }

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