Html Css Color HEX #E224E9 Psychedelic Purple

📋 copy color: '#E224E9'

red 226 ◦ green 36 ◦ blue 233

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

Shades of Psychedelic Purple #E224E9

Tints of Psychedelic Purple #E224E9

RGB

 RED value IS 226 (88.67% from 255) = 45.66%

 GREEN value IS 36 (14.45% from 255) = 7.27%

 BLUE value IS 233 (91.41% from 255) = 47.07%

R = 45.66%
G = 7.27%
B = 47.07%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E224E9 (or 0xE224E9) is known color: Psychedelic Purple. HEX triplet: E2, 24 and E9. RGB value is (226,36,233). Sum of RGB (Red+Green+Blue) = 226+36+233=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #E224E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E224E9 is #1DDB16. Grayscale: #727272. Windows color (decimal): -1956631 or 15279330. OLE color: 15279330.

HSL color Cylindrical-coordinate representation of color #E224E9: hue angle of 297.87º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E224E9 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 36 233 -
CMYK 0.03 0.85 0 0.09
HSL 297.87º 0.82% 0.53% -
HSV(B) 297.87º 0.85% 0.91% -
XYZ 46.7 23.31 79.13 -
YUV 115.27 194.45 206.98 -
System Red Green Blue C M Y K H S L
Decimal 226 36 233 0.03 0.85 0 0.09 297.87 0.82 0.53
Hex E2 24 E9 3 55 0 9 12A 52 35
Octal 342 44 351 3 125 0 11 452 122 65
Binary 11100010 100100 11101001 11 1010101 0 1001 100101010 1010010 110101

Color Harmonies of #E224E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E224E9

Black with #E224E9

Text Example


Text Example

White with #E224E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E224E9; }

 p { color: rgb(226,36,233); }

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

background-color css

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

 a { background-color: rgb(226,36,233); }

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

border-color css

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

 span { border-color: rgb(226,36,233); }

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