Html Css Color HEX #E10CED Psychedelic Purple

📋 copy color: '#E10CED'

red 225 ◦ green 12 ◦ blue 237

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

Shades of Psychedelic Purple #E10CED

Tints of Psychedelic Purple #E10CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

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

R = 47.47%
G = 2.53%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E10CED (or 0xE10CED) is known color: Psychedelic Purple. HEX triplet: E1, 0C and ED. RGB value is (225,12,237). Sum of RGB (Red+Green+Blue) = 225+12+237=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #E10CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CED is #1EF312. Grayscale: #646464. Windows color (decimal): -2028307 or 15535329. OLE color: 15535329.

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

Color convert

RGB 225 12 237 -
CMYK 0.05 0.95 0 0.07
HSL 296.8º 0.9% 0.49% -
HSV(B) 296.8º 0.95% 0.93% -
XYZ 46.47 22.38 81.99 -
YUV 101.34 204.57 216.2 -
System Red Green Blue C M Y K H S L
Decimal 225 12 237 0.05 0.95 0 0.07 296.8 0.9 0.49
Hex E1 C ED 5 5F 0 7 129 5A 31
Octal 341 14 355 5 137 0 7 451 132 61
Binary 11100001 1100 11101101 101 1011111 0 111 100101001 1011010 110001

Color Harmonies of #E10CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CED

Black with #E10CED

Text Example


Text Example

White with #E10CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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