Html Css Color HEX #E10CE3 Psychedelic Purple

📋 copy color: '#E10CE3'

red 225 ◦ green 12 ◦ blue 227

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

Shades of Psychedelic Purple #E10CE3

Tints of Psychedelic Purple #E10CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.92%

R = 48.49%
G = 2.59%
B = 48.92%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E10CE3 (or 0xE10CE3) is known color: Psychedelic Purple. HEX triplet: E1, 0C and E3. RGB value is (225,12,227). Sum of RGB (Red+Green+Blue) = 225+12+227=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #E10CE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CE3 is #1EF31C. Grayscale: #636363. Windows color (decimal): -2028317 or 14879969. OLE color: 14879969.

HSL color Cylindrical-coordinate representation of color #E10CE3: hue angle of 299.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CE3 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 12 227 -
CMYK 0.01 0.95 0 0.11
HSL 299.44º 0.9% 0.47% -
HSV(B) 299.44º 0.95% 0.89% -
XYZ 45.05 21.82 74.51 -
YUV 100.2 199.57 217.02 -
System Red Green Blue C M Y K H S L
Decimal 225 12 227 0.01 0.95 0 0.11 299.44 0.9 0.47
Hex E1 C E3 1 5F 0 B 12B 5A 2F
Octal 341 14 343 1 137 0 13 453 132 57
Binary 11100001 1100 11100011 1 1011111 0 1011 100101011 1011010 101111

Color Harmonies of #E10CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CE3

Black with #E10CE3

Text Example


Text Example

White with #E10CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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