Html Css Color HEX #E10CF4 Psychedelic Purple

📋 copy color: '#E10CF4'

red 225 ◦ green 12 ◦ blue 244

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

Shades of Psychedelic Purple #E10CF4

Tints of Psychedelic Purple #E10CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.73%

R = 46.78%
G = 2.49%
B = 50.73%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E10CF4 (or 0xE10CF4) is known color: Psychedelic Purple. HEX triplet: E1, 0C and F4. RGB value is (225,12,244). Sum of RGB (Red+Green+Blue) = 225+12+244=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #E10CF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10CF4 is #1EF30B. Grayscale: #656565. Windows color (decimal): -2028300 or 15994081. OLE color: 15994081.

HSL color Cylindrical-coordinate representation of color #E10CF4: hue angle of 295.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CF4 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 12 244 -
CMYK 0.08 0.95 0 0.04
HSL 295.09º 0.91% 0.5% -
HSV(B) 295.09º 0.95% 0.96% -
XYZ 47.51 22.8 87.49 -
YUV 102.14 208.07 215.64 -
System Red Green Blue C M Y K H S L
Decimal 225 12 244 0.08 0.95 0 0.04 295.09 0.91 0.5
Hex E1 C F4 8 5F 0 4 127 5B 32
Octal 341 14 364 10 137 0 4 447 133 62
Binary 11100001 1100 11110100 1000 1011111 0 100 100100111 1011011 110010

Color Harmonies of #E10CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10CF4

Black with #E10CF4

Text Example


Text Example

White with #E10CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10CF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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