Html Css Color HEX #E20CED Psychedelic Purple

📋 copy color: '#E20CED'

red 226 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #E20CED

Tints of Psychedelic Purple #E20CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

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

R = 47.58%
G = 2.53%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E20CED (or 0xE20CED) is known color: Psychedelic Purple. HEX triplet: E2, 0C and ED. RGB value is (226,12,237). Sum of RGB (Red+Green+Blue) = 226+12+237=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #E20CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CED is #1DF312. Grayscale: #646464. Windows color (decimal): -1962771 or 15535330. OLE color: 15535330.

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

Color convert

RGB 226 12 237 -
CMYK 0.05 0.95 0 0.07
HSL 297.07º 0.9% 0.49% -
HSV(B) 297.07º 0.95% 0.93% -
XYZ 46.78 22.55 82.01 -
YUV 101.64 204.4 216.7 -
System Red Green Blue C M Y K H S L
Decimal 226 12 237 0.05 0.95 0 0.07 297.07 0.9 0.49
Hex E2 C ED 5 5F 0 7 129 5A 31
Octal 342 14 355 5 137 0 7 451 132 61
Binary 11100010 1100 11101101 101 1011111 0 111 100101001 1011010 110001

Color Harmonies of #E20CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20CED

Black with #E20CED

Text Example


Text Example

White with #E20CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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