Html Css Color HEX #E10FF9 Psychedelic Purple

📋 copy color: '#E10FF9'

red 225 ◦ green 15 ◦ blue 249

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

Shades of Psychedelic Purple #E10FF9

Tints of Psychedelic Purple #E10FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 46.01%
G = 3.07%
B = 50.92%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E10FF9 (or 0xE10FF9) is known color: Psychedelic Purple. HEX triplet: E1, 0F and F9. RGB value is (225,15,249). Sum of RGB (Red+Green+Blue) = 225+15+249=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #E10FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FF9 is #1EF006. Grayscale: #676767. Windows color (decimal): -2027527 or 16322529. OLE color: 16322529.

HSL color Cylindrical-coordinate representation of color #E10FF9: hue angle of 293.85º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10FF9 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 15 249 -
CMYK 0.10 0.94 0 0.02
HSL 293.85º 0.95% 0.52% -
HSV(B) 293.85º 0.94% 0.98% -
XYZ 48.32 23.19 91.55 -
YUV 104.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 225 15 249 0.10 0.94 0 0.02 293.85 0.95 0.52
Hex E1 F F9 A 5E 0 2 126 5F 34
Octal 341 17 371 12 136 0 2 446 137 64
Binary 11100001 1111 11111001 1010 1011110 0 10 100100110 1011111 110100

Color Harmonies of #E10FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10FF9

Black with #E10FF9

Text Example


Text Example

White with #E10FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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