Html Css Color HEX #E00CE6 Psychedelic Purple

📋 copy color: '#E00CE6'

red 224 ◦ green 12 ◦ blue 230

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

Shades of Psychedelic Purple #E00CE6

Tints of Psychedelic Purple #E00CE6

RGB

 RED value IS 224 (87.89% from 255) = 48.07%

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

 BLUE value IS 230 (90.23% from 255) = 49.36%

R = 48.07%
G = 2.58%
B = 49.36%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E00CE6 (or 0xE00CE6) is known color: Psychedelic Purple. HEX triplet: E0, 0C and E6. RGB value is (224,12,230). Sum of RGB (Red+Green+Blue) = 224+12+230=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #E00CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CE6 is #1FF319. Grayscale: #636363. Windows color (decimal): -2093850 or 15076576. OLE color: 15076576.

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

Color convert

RGB 224 12 230 -
CMYK 0.03 0.95 0 0.10
HSL 298.35º 0.9% 0.47% -
HSV(B) 298.35º 0.95% 0.9% -
XYZ 45.15 21.82 76.7 -
YUV 100.24 201.24 216.27 -
System Red Green Blue C M Y K H S L
Decimal 224 12 230 0.03 0.95 0 0.10 298.35 0.9 0.47
Hex E0 C E6 3 5F 0 A 12A 5A 2F
Octal 340 14 346 3 137 0 12 452 132 57
Binary 11100000 1100 11100110 11 1011111 0 1010 100101010 1011010 101111

Color Harmonies of #E00CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CE6

Black with #E00CE6

Text Example


Text Example

White with #E00CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CE6; }

 p { color: rgb(224,12,230); }

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

background-color css

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

 a { background-color: rgb(224,12,230); }

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

border-color css

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

 span { border-color: rgb(224,12,230); }

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