Html Css Color HEX #E12CED Psychedelic Purple

📋 copy color: '#E12CED'

red 225 ◦ green 44 ◦ blue 237

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

Shades of Psychedelic Purple #E12CED

Tints of Psychedelic Purple #E12CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.7%

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

R = 44.47%
G = 8.7%
B = 46.84%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E12CED (or 0xE12CED) is known color: Psychedelic Purple. HEX triplet: E1, 2C and ED. RGB value is (225,44,237). Sum of RGB (Red+Green+Blue) = 225+44+237=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 44 (17.58% from 255 or 8.70% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #E12CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CED is #1ED312. Grayscale: #777777. Windows color (decimal): -2020115 or 15543521. OLE color: 15543521.

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

Color convert

RGB 225 44 237 -
CMYK 0.05 0.81 0 0.07
HSL 296.27º 0.84% 0.55% -
HSV(B) 296.27º 0.81% 0.93% -
XYZ 47.24 23.92 82.25 -
YUV 120.12 193.97 202.81 -
System Red Green Blue C M Y K H S L
Decimal 225 44 237 0.05 0.81 0 0.07 296.27 0.84 0.55
Hex E1 2C ED 5 51 0 7 128 54 37
Octal 341 54 355 5 121 0 7 450 124 67
Binary 11100001 101100 11101101 101 1010001 0 111 100101000 1010100 110111

Color Harmonies of #E12CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CED

Black with #E12CED

Text Example


Text Example

White with #E12CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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