Html Css Color HEX #EA95EE Violet

📋 copy color: '#EA95EE'

red 234 ◦ green 149 ◦ blue 238

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

Shades of Violet #EA95EE

Tints of Violet #EA95EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.33%

R = 37.68%
G = 23.99%
B = 38.33%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA95EE (or 0xEA95EE) is known color: Violet. HEX triplet: EA, 95 and EE. RGB value is (234,149,238). Sum of RGB (Red+Green+Blue) = 234+149+238=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 149 (58.59% from 255 or 23.99% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA95EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA95EE is #156A11. Grayscale: #B8B8B8. Windows color (decimal): -1403410 or 15635946. OLE color: 15635946.

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

Color convert

RGB 234 149 238 -
CMYK 0.02 0.37 0 0.07
HSL 297.3º 0.72% 0.76% -
HSV(B) 297.3º 0.37% 0.93% -
XYZ 60.11 45.16 86.44 -
YUV 184.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 234 149 238 0.02 0.37 0 0.07 297.3 0.72 0.76
Hex EA 95 EE 2 25 0 7 129 48 4C
Octal 352 225 356 2 45 0 7 451 110 114
Binary 11101010 10010101 11101110 10 100101 0 111 100101001 1001000 1001100

Color Harmonies of #EA95EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA95EE

Black with #EA95EE

Text Example


Text Example

White with #EA95EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA95EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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