Html Css Color HEX #E205ED Psychedelic Purple

📋 copy color: '#E205ED'

red 226 ◦ green 5 ◦ blue 237

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

Shades of Psychedelic Purple #E205ED

Tints of Psychedelic Purple #E205ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 48.29%
G = 1.07%
B = 50.64%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E205ED (or 0xE205ED) is known color: Psychedelic Purple. HEX triplet: E2, 05 and ED. RGB value is (226,5,237). Sum of RGB (Red+Green+Blue) = 226+5+237=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #E205ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E205ED is #1DFA12. Grayscale: #606060. Windows color (decimal): -1964563 or 15533538. OLE color: 15533538.

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

Color convert

RGB 226 5 237 -
CMYK 0.05 0.98 0 0.07
HSL 297.16º 0.96% 0.47% -
HSV(B) 297.16º 0.98% 0.93% -
XYZ 46.7 22.39 81.98 -
YUV 97.53 206.72 219.64 -
System Red Green Blue C M Y K H S L
Decimal 226 5 237 0.05 0.98 0 0.07 297.16 0.96 0.47
Hex E2 5 ED 5 62 0 7 129 60 2F
Octal 342 5 355 5 142 0 7 451 140 57
Binary 11100010 101 11101101 101 1100010 0 111 100101001 1100000 101111

Color Harmonies of #E205ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E205ED

Black with #E205ED

Text Example


Text Example

White with #E205ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E205ED; }

 p { color: rgb(226,5,237); }

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

background-color css

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

 a { background-color: rgb(226,5,237); }

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

border-color css

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

 span { border-color: rgb(226,5,237); }

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