Html Css Color HEX #E20CF0 Psychedelic Purple

📋 copy color: '#E20CF0'

red 226 ◦ green 12 ◦ blue 240

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

Shades of Psychedelic Purple #E20CF0

Tints of Psychedelic Purple #E20CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 47.28%
G = 2.51%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E20CF0 (or 0xE20CF0) is known color: Psychedelic Purple. HEX triplet: E2, 0C and F0. RGB value is (226,12,240). Sum of RGB (Red+Green+Blue) = 226+12+240=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #E20CF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CF0 is #1DF30F. Grayscale: #656565. Windows color (decimal): -1962768 or 15731938. OLE color: 15731938.

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

Color convert

RGB 226 12 240 -
CMYK 0.06 0.95 0 0.06
HSL 296.32º 0.9% 0.49% -
HSV(B) 296.32º 0.95% 0.94% -
XYZ 47.22 22.72 84.34 -
YUV 101.98 205.9 216.46 -
System Red Green Blue C M Y K H S L
Decimal 226 12 240 0.06 0.95 0 0.06 296.32 0.9 0.49
Hex E2 C F0 6 5F 0 6 128 5A 31
Octal 342 14 360 6 137 0 6 450 132 61
Binary 11100010 1100 11110000 110 1011111 0 110 100101000 1011010 110001

Color Harmonies of #E20CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20CF0

Black with #E20CF0

Text Example


Text Example

White with #E20CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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