Html Css Color HEX #E10EFB Psychedelic Purple

📋 copy color: '#E10EFB'

red 225 ◦ green 14 ◦ blue 251

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

Shades of Psychedelic Purple #E10EFB

Tints of Psychedelic Purple #E10EFB

RGB

 RED value IS 225 (88.28% from 255) = 45.92%

 GREEN value IS 14 (5.86% from 255) = 2.86%

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

R = 45.92%
G = 2.86%
B = 51.22%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E10EFB (or 0xE10EFB) is known color: Psychedelic Purple. HEX triplet: E1, 0E and FB. RGB value is (225,14,251). Sum of RGB (Red+Green+Blue) = 225+14+251=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 14 (5.86% from 255 or 2.86% 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 #E10EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EFB is #1EF104. Grayscale: #676767. Windows color (decimal): -2027781 or 16453345. OLE color: 16453345.

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

Color convert

RGB 225 14 251 -
CMYK 0.10 0.94 0 0.02
HSL 293.42º 0.97% 0.52% -
HSV(B) 293.42º 0.94% 0.98% -
XYZ 48.62 23.29 93.2 -
YUV 104.11 210.9 214.23 -
System Red Green Blue C M Y K H S L
Decimal 225 14 251 0.10 0.94 0 0.02 293.42 0.97 0.52
Hex E1 E FB A 5E 0 2 125 61 34
Octal 341 16 373 12 136 0 2 445 141 64
Binary 11100001 1110 11111011 1010 1011110 0 10 100100101 1100001 110100

Color Harmonies of #E10EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EFB

Black with #E10EFB

Text Example


Text Example

White with #E10EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EFB; }

 p { color: rgb(225,14,251); }

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

background-color css

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

 a { background-color: rgb(225,14,251); }

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

border-color css

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

 span { border-color: rgb(225,14,251); }

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