Html Css Color HEX #EA95F6 Violet

📋 copy color: '#EA95F6'

red 234 ◦ green 149 ◦ blue 246

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

Shades of Violet #EA95F6

Tints of Violet #EA95F6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.69%

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

R = 37.2%
G = 23.69%
B = 39.11%

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

#EA95F6 (or 0xEA95F6) is known color: Violet. HEX triplet: EA, 95 and F6. RGB value is (234,149,246). Sum of RGB (Red+Green+Blue) = 234+149+246=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA95F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95F6 is #156A09. Grayscale: #B9B9B9. Windows color (decimal): -1403402 or 16160234. OLE color: 16160234.

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

Color convert

RGB 234 149 246 -
CMYK 0.05 0.39 0 0.04
HSL 292.58º 0.84% 0.77% -
HSV(B) 292.58º 0.39% 0.96% -
XYZ 61.31 45.64 92.77 -
YUV 185.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 234 149 246 0.05 0.39 0 0.04 292.58 0.84 0.77
Hex EA 95 F6 5 27 0 4 125 54 4D
Octal 352 225 366 5 47 0 4 445 124 115
Binary 11101010 10010101 11110110 101 100111 0 100 100100101 1010100 1001101

Color Harmonies of #EA95F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA95F6

Black with #EA95F6

Text Example


Text Example

White with #EA95F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA95F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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