Html Css Color HEX #EA05E4 Psychedelic Purple

📋 copy color: '#EA05E4'

red 234 ◦ green 5 ◦ blue 228

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

Shades of Psychedelic Purple #EA05E4

Tints of Psychedelic Purple #EA05E4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

 BLUE value IS 228 (89.45% from 255) = 48.82%

R = 50.11%
G = 1.07%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EA05E4 (or 0xEA05E4) is known color: Psychedelic Purple. HEX triplet: EA, 05 and E4. RGB value is (234,5,228). Sum of RGB (Red+Green+Blue) = 234+5+228=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA05E4 is #15FA1B. Grayscale: #626262. Windows color (decimal): -1440284 or 14943722. OLE color: 14943722.

HSL color Cylindrical-coordinate representation of color #EA05E4: hue angle of 301.57º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA05E4 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 228 -
CMYK 0 0.98 0.03 0.08
HSL 301.57º 0.96% 0.47% -
HSV(B) 301.57º 0.98% 0.92% -
XYZ 47.99 23.2 75.35 -
YUV 98.89 200.87 224.37 -
System Red Green Blue C M Y K H S L
Decimal 234 5 228 0 0.98 0.03 0.08 301.57 0.96 0.47
Hex EA 5 E4 0 62 3 8 12E 60 2F
Octal 352 5 344 0 142 3 10 456 140 57
Binary 11101010 101 11100100 0 1100010 11 1000 100101110 1100000 101111

Color Harmonies of #EA05E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA05E4

Black with #EA05E4

Text Example


Text Example

White with #EA05E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA05E4; }

 p { color: rgb(234,5,228); }

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

background-color css

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

 a { background-color: rgb(234,5,228); }

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

border-color css

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

 span { border-color: rgb(234,5,228); }

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