Html Css Color HEX #E10FF4 Psychedelic Purple

📋 copy color: '#E10FF4'

red 225 ◦ green 15 ◦ blue 244

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

Shades of Psychedelic Purple #E10FF4

Tints of Psychedelic Purple #E10FF4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.1%

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

R = 46.49%
G = 3.1%
B = 50.41%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E10FF4 (or 0xE10FF4) is known color: Psychedelic Purple. HEX triplet: E1, 0F and F4. RGB value is (225,15,244). Sum of RGB (Red+Green+Blue) = 225+15+244=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 244 (95.70% from 255 or 50.41% from 484); Max value from RGB is 244 - color contains mainly: blue. Hex color #E10FF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FF4 is #1EF00B. Grayscale: #676767. Windows color (decimal): -2027532 or 15994849. OLE color: 15994849.

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

Color convert

RGB 225 15 244 -
CMYK 0.08 0.94 0 0.04
HSL 295.02º 0.91% 0.51% -
HSV(B) 295.02º 0.94% 0.96% -
XYZ 47.55 22.88 87.5 -
YUV 103.9 207.07 214.38 -
System Red Green Blue C M Y K H S L
Decimal 225 15 244 0.08 0.94 0 0.04 295.02 0.91 0.51
Hex E1 F F4 8 5E 0 4 127 5B 33
Octal 341 17 364 10 136 0 4 447 133 63
Binary 11100001 1111 11110100 1000 1011110 0 100 100100111 1011011 110011

Color Harmonies of #E10FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FF4

Black with #E10FF4

Text Example


Text Example

White with #E10FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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