Html Css Color HEX #E20BE7 Psychedelic Purple

📋 copy color: '#E20BE7'

red 226 ◦ green 11 ◦ blue 231

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

Shades of Psychedelic Purple #E20BE7

Tints of Psychedelic Purple #E20BE7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.35%

 BLUE value IS 231 (90.63% from 255) = 49.36%

R = 48.29%
G = 2.35%
B = 49.36%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E20BE7 (or 0xE20BE7) is known color: Psychedelic Purple. HEX triplet: E2, 0B and E7. RGB value is (226,11,231). Sum of RGB (Red+Green+Blue) = 226+11+231=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #E20BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20BE7 is #1DF418. Grayscale: #636363. Windows color (decimal): -1963033 or 15141858. OLE color: 15141858.

HSL color Cylindrical-coordinate representation of color #E20BE7: hue angle of 298.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20BE7 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 11 231 -
CMYK 0.02 0.95 0 0.09
HSL 298.64º 0.91% 0.47% -
HSV(B) 298.64º 0.95% 0.91% -
XYZ 45.91 22.18 77.46 -
YUV 100.37 201.73 217.61 -
System Red Green Blue C M Y K H S L
Decimal 226 11 231 0.02 0.95 0 0.09 298.64 0.91 0.47
Hex E2 B E7 2 5F 0 9 12B 5B 2F
Octal 342 13 347 2 137 0 11 453 133 57
Binary 11100010 1011 11100111 10 1011111 0 1001 100101011 1011011 101111

Color Harmonies of #E20BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20BE7

Black with #E20BE7

Text Example


Text Example

White with #E20BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20BE7; }

 p { color: rgb(226,11,231); }

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

background-color css

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

 a { background-color: rgb(226,11,231); }

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

border-color css

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

 span { border-color: rgb(226,11,231); }

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