Html Css Color HEX #E10CEC Psychedelic Purple

📋 copy color: '#E10CEC'

red 225 ◦ green 12 ◦ blue 236

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

Shades of Psychedelic Purple #E10CEC

Tints of Psychedelic Purple #E10CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 47.57%
G = 2.54%
B = 49.89%

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

#E10CEC (or 0xE10CEC) is known color: Psychedelic Purple. HEX triplet: E1, 0C and EC. RGB value is (225,12,236). Sum of RGB (Red+Green+Blue) = 225+12+236=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #E10CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CEC is #1EF313. Grayscale: #646464. Windows color (decimal): -2028308 or 15469793. OLE color: 15469793.

HSL color Cylindrical-coordinate representation of color #E10CEC: hue angle of 297.05º 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 #E10CEC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 12 236 -
CMYK 0.05 0.95 0 0.07
HSL 297.05º 0.9% 0.49% -
HSV(B) 297.05º 0.95% 0.93% -
XYZ 46.32 22.33 81.22 -
YUV 101.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 225 12 236 0.05 0.95 0 0.07 297.05 0.9 0.49
Hex E1 C EC 5 5F 0 7 129 5A 31
Octal 341 14 354 5 137 0 7 451 132 61
Binary 11100001 1100 11101100 101 1011111 0 111 100101001 1011010 110001

Color Harmonies of #E10CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CEC

Black with #E10CEC

Text Example


Text Example

White with #E10CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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