Html Css Color HEX #E103ED Psychedelic Purple

📋 copy color: '#E103ED'

red 225 ◦ green 3 ◦ blue 237

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

Shades of Psychedelic Purple #E103ED

Tints of Psychedelic Purple #E103ED

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 48.39%
G = 0.65%
B = 50.97%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E103ED (or 0xE103ED) is known color: Psychedelic Purple. HEX triplet: E1, 03 and ED. RGB value is (225,3,237). Sum of RGB (Red+Green+Blue) = 225+3+237=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #E103ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E103ED is #1EFC12. Grayscale: #5F5F5F. Windows color (decimal): -2030611 or 15533025. OLE color: 15533025.

HSL color Cylindrical-coordinate representation of color #E103ED: hue angle of 296.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103ED is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 3 237 -
CMYK 0.05 0.99 0 0.07
HSL 296.92º 0.98% 0.47% -
HSV(B) 296.92º 0.99% 0.93% -
XYZ 46.37 22.19 81.96 -
YUV 96.05 207.55 219.97 -
System Red Green Blue C M Y K H S L
Decimal 225 3 237 0.05 0.99 0 0.07 296.92 0.98 0.47
Hex E1 3 ED 5 63 0 7 129 62 2F
Octal 341 3 355 5 143 0 7 451 142 57
Binary 11100001 11 11101101 101 1100011 0 111 100101001 1100010 101111

Color Harmonies of #E103ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E103ED

Black with #E103ED

Text Example


Text Example

White with #E103ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E103ED; }

 p { color: rgb(225,3,237); }

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

background-color css

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

 a { background-color: rgb(225,3,237); }

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

border-color css

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

 span { border-color: rgb(225,3,237); }

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