Html Css Color HEX #EA95F0 Violet

📋 copy color: '#EA95F0'

red 234 ◦ green 149 ◦ blue 240

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

Shades of Violet #EA95F0

Tints of Violet #EA95F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 37.56%
G = 23.92%
B = 38.52%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA95F0 (or 0xEA95F0) is known color: Violet. HEX triplet: EA, 95 and F0. RGB value is (234,149,240). Sum of RGB (Red+Green+Blue) = 234+149+240=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 149 (58.59% from 255 or 23.92% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA95F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95F0 is #156A0F. Grayscale: #B8B8B8. Windows color (decimal): -1403408 or 15767018. OLE color: 15767018.

HSL color Cylindrical-coordinate representation of color #EA95F0: hue angle of 296.04º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA95F0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 149 240 -
CMYK 0.02 0.38 0 0.06
HSL 296.04º 0.75% 0.76% -
HSV(B) 296.04º 0.38% 0.94% -
XYZ 60.41 45.28 87.99 -
YUV 184.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 234 149 240 0.02 0.38 0 0.06 296.04 0.75 0.76
Hex EA 95 F0 2 26 0 6 128 4B 4C
Octal 352 225 360 2 46 0 6 450 113 114
Binary 11101010 10010101 11110000 10 100110 0 110 100101000 1001011 1001100

Color Harmonies of #EA95F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA95F0

Black with #EA95F0

Text Example


Text Example

White with #EA95F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA95F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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