Html Css Color HEX #EA2AF9 Psychedelic Purple

📋 copy color: '#EA2AF9'

red 234 ◦ green 42 ◦ blue 249

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

Shades of Psychedelic Purple #EA2AF9

Tints of Psychedelic Purple #EA2AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8%

 BLUE value IS 249 (97.66% from 255) = 47.43%

R = 44.57%
G = 8%
B = 47.43%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA2AF9 (or 0xEA2AF9) is known color: Psychedelic Purple. HEX triplet: EA, 2A and F9. RGB value is (234,42,249). Sum of RGB (Red+Green+Blue) = 234+42+249=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 42 (16.80% from 255 or 8% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA2AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA2AF9 is #15D506. Grayscale: #7A7A7A. Windows color (decimal): -1430791 or 16329450. OLE color: 16329450.

HSL color Cylindrical-coordinate representation of color #EA2AF9: hue angle of 295.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2AF9 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 42 249 -
CMYK 0.06 0.83 0 0.02
HSL 295.65º 0.95% 0.57% -
HSV(B) 295.65º 0.83% 0.98% -
XYZ 51.86 25.99 91.91 -
YUV 123.01 199.11 207.17 -
System Red Green Blue C M Y K H S L
Decimal 234 42 249 0.06 0.83 0 0.02 295.65 0.95 0.57
Hex EA 2A F9 6 53 0 2 128 5F 39
Octal 352 52 371 6 123 0 2 450 137 71
Binary 11101010 101010 11111001 110 1010011 0 10 100101000 1011111 111001

Color Harmonies of #EA2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2AF9

Black with #EA2AF9

Text Example


Text Example

White with #EA2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2AF9; }

 p { color: rgb(234,42,249); }

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

background-color css

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

 a { background-color: rgb(234,42,249); }

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

border-color css

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

 span { border-color: rgb(234,42,249); }

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