Html Css Color HEX #EA28EE Psychedelic Purple

📋 copy color: '#EA28EE'

red 234 ◦ green 40 ◦ blue 238

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

Shades of Psychedelic Purple #EA28EE

Tints of Psychedelic Purple #EA28EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.81%

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

R = 45.7%
G = 7.81%
B = 46.48%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA28EE (or 0xEA28EE) is known color: Psychedelic Purple. HEX triplet: EA, 28 and EE. RGB value is (234,40,238). Sum of RGB (Red+Green+Blue) = 234+40+238=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA28EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28EE is #15D711. Grayscale: #777777. Windows color (decimal): -1431314 or 15608042. OLE color: 15608042.

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

Color convert

RGB 234 40 238 -
CMYK 0.02 0.83 0 0.07
HSL 298.79º 0.85% 0.55% -
HSV(B) 298.79º 0.83% 0.93% -
XYZ 50.12 25.18 83.11 -
YUV 120.58 194.27 208.9 -
System Red Green Blue C M Y K H S L
Decimal 234 40 238 0.02 0.83 0 0.07 298.79 0.85 0.55
Hex EA 28 EE 2 53 0 7 12B 55 37
Octal 352 50 356 2 123 0 7 453 125 67
Binary 11101010 101000 11101110 10 1010011 0 111 100101011 1010101 110111

Color Harmonies of #EA28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28EE

Black with #EA28EE

Text Example


Text Example

White with #EA28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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