Html Css Color HEX #EA98F6 Violet

📋 copy color: '#EA98F6'

red 234 ◦ green 152 ◦ blue 246

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

Shades of Violet #EA98F6

Tints of Violet #EA98F6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.05%

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

R = 37.03%
G = 24.05%
B = 38.92%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA98F6 (or 0xEA98F6) is known color: Violet. HEX triplet: EA, 98 and F6. RGB value is (234,152,246). Sum of RGB (Red+Green+Blue) = 234+152+246=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 152 (59.77% from 255 or 24.05% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA98F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA98F6 is #156709. Grayscale: #BABABA. Windows color (decimal): -1402634 or 16161002. OLE color: 16161002.

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

Color convert

RGB 234 152 246 -
CMYK 0.05 0.38 0 0.04
HSL 292.34º 0.84% 0.78% -
HSV(B) 292.34º 0.38% 0.96% -
XYZ 61.79 46.6 92.93 -
YUV 187.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 234 152 246 0.05 0.38 0 0.04 292.34 0.84 0.78
Hex EA 98 F6 5 26 0 4 124 54 4E
Octal 352 230 366 5 46 0 4 444 124 116
Binary 11101010 10011000 11110110 101 100110 0 100 100100100 1010100 1001110

Color Harmonies of #EA98F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA98F6

Black with #EA98F6

Text Example


Text Example

White with #EA98F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA98F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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