Html Css Color HEX #E127ED Psychedelic Purple

📋 copy color: '#E127ED'

red 225 ◦ green 39 ◦ blue 237

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

Shades of Psychedelic Purple #E127ED

Tints of Psychedelic Purple #E127ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.78%

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

R = 44.91%
G = 7.78%
B = 47.31%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E127ED (or 0xE127ED) is known color: Psychedelic Purple. HEX triplet: E1, 27 and ED. RGB value is (225,39,237). Sum of RGB (Red+Green+Blue) = 225+39+237=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #E127ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E127ED is #1ED812. Grayscale: #747474. Windows color (decimal): -2021395 or 15542241. OLE color: 15542241.

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

Color convert

RGB 225 39 237 -
CMYK 0.05 0.84 0 0.07
HSL 296.36º 0.85% 0.54% -
HSV(B) 296.36º 0.84% 0.93% -
XYZ 47.06 23.57 82.19 -
YUV 117.19 195.62 204.9 -
System Red Green Blue C M Y K H S L
Decimal 225 39 237 0.05 0.84 0 0.07 296.36 0.85 0.54
Hex E1 27 ED 5 54 0 7 128 55 36
Octal 341 47 355 5 124 0 7 450 125 66
Binary 11100001 100111 11101101 101 1010100 0 111 100101000 1010101 110110

Color Harmonies of #E127ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E127ED

Black with #E127ED

Text Example


Text Example

White with #E127ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E127ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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