Html Css Color HEX #EA95FA Violet

📋 copy color: '#EA95FA'

red 234 ◦ green 149 ◦ blue 250

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

Shades of Violet #EA95FA

Tints of Violet #EA95FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 36.97%
G = 23.54%
B = 39.49%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA95FA (or 0xEA95FA) is known color: Violet. HEX triplet: EA, 95 and FA. RGB value is (234,149,250). Sum of RGB (Red+Green+Blue) = 234+149+250=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA95FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95FA is #156A05. Grayscale: #B9B9B9. Windows color (decimal): -1403398 or 16422378. OLE color: 16422378.

HSL color Cylindrical-coordinate representation of color #EA95FA: hue angle of 290.5º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA95FA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 149 250 -
CMYK 0.06 0.40 0 0.02
HSL 290.5º 0.91% 0.78% -
HSV(B) 290.5º 0.4% 0.98% -
XYZ 61.93 45.89 96.04 -
YUV 185.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 234 149 250 0.06 0.40 0 0.02 290.5 0.91 0.78
Hex EA 95 FA 6 28 0 2 122 5B 4E
Octal 352 225 372 6 50 0 2 442 133 116
Binary 11101010 10010101 11111010 110 101000 0 10 100100010 1011011 1001110

Color Harmonies of #EA95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA95FA

Black with #EA95FA

Text Example


Text Example

White with #EA95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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