Html Css Color HEX #E20DFB Psychedelic Purple

📋 copy color: '#E20DFB'

red 226 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #E20DFB

Tints of Psychedelic Purple #E20DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.65%

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 46.12%
G = 2.65%
B = 51.22%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E20DFB (or 0xE20DFB) is known color: Psychedelic Purple. HEX triplet: E2, 0D and FB. RGB value is (226,13,251). Sum of RGB (Red+Green+Blue) = 226+13+251=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #E20DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20DFB is #1DF204. Grayscale: #676767. Windows color (decimal): -1962501 or 16453090. OLE color: 16453090.

HSL color Cylindrical-coordinate representation of color #E20DFB: hue angle of 293.7º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20DFB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 13 251 -
CMYK 0.10 0.95 0 0.02
HSL 293.7º 0.97% 0.52% -
HSV(B) 293.7º 0.95% 0.98% -
XYZ 48.92 23.42 93.21 -
YUV 103.82 211.07 215.15 -
System Red Green Blue C M Y K H S L
Decimal 226 13 251 0.10 0.95 0 0.02 293.7 0.97 0.52
Hex E2 D FB A 5F 0 2 126 61 34
Octal 342 15 373 12 137 0 2 446 141 64
Binary 11100010 1101 11111011 1010 1011111 0 10 100100110 1100001 110100

Color Harmonies of #E20DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DFB

Black with #E20DFB

Text Example


Text Example

White with #E20DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DFB; }

 p { color: rgb(226,13,251); }

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

background-color css

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

 a { background-color: rgb(226,13,251); }

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

border-color css

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

 span { border-color: rgb(226,13,251); }

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