Html Css Color HEX #E10EEB Psychedelic Purple

📋 copy color: '#E10EEB'

red 225 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #E10EEB

Tints of Psychedelic Purple #E10EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 47.47%
G = 2.95%
B = 49.58%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E10EEB (or 0xE10EEB) is known color: Psychedelic Purple. HEX triplet: E1, 0E and EB. RGB value is (225,14,235). Sum of RGB (Red+Green+Blue) = 225+14+235=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #E10EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EEB is #1EF114. Grayscale: #656565. Windows color (decimal): -2027797 or 15404769. OLE color: 15404769.

HSL color Cylindrical-coordinate representation of color #E10EEB: hue angle of 297.29º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10EEB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 14 235 -
CMYK 0.04 0.94 0 0.08
HSL 297.29º 0.89% 0.49% -
HSV(B) 297.29º 0.94% 0.92% -
XYZ 46.2 22.32 80.47 -
YUV 102.28 202.9 215.53 -
System Red Green Blue C M Y K H S L
Decimal 225 14 235 0.04 0.94 0 0.08 297.29 0.89 0.49
Hex E1 E EB 4 5E 0 8 129 59 31
Octal 341 16 353 4 136 0 10 451 131 61
Binary 11100001 1110 11101011 100 1011110 0 1000 100101001 1011001 110001

Color Harmonies of #E10EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10EEB

Black with #E10EEB

Text Example


Text Example

White with #E10EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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