Html Css Color HEX #E10DFE Psychedelic Purple

📋 copy color: '#E10DFE'

red 225 ◦ green 13 ◦ blue 254

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

Shades of Psychedelic Purple #E10DFE

Tints of Psychedelic Purple #E10DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.64%

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 45.73%
G = 2.64%
B = 51.63%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E10DFE (or 0xE10DFE) is known color: Psychedelic Purple. HEX triplet: E1, 0D and FE. RGB value is (225,13,254). Sum of RGB (Red+Green+Blue) = 225+13+254=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 13 (5.47% from 255 or 2.64% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #E10DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10DFE is #1EF201. Grayscale: #676767. Windows color (decimal): -2028034 or 16649697. OLE color: 16649697.

HSL color Cylindrical-coordinate representation of color #E10DFE: hue angle of 292.78º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10DFE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 13 254 -
CMYK 0.11 0.95 0 0.00
HSL 292.78º 0.99% 0.52% -
HSV(B) 292.78º 0.95% 1% -
XYZ 49.08 23.45 95.71 -
YUV 103.86 212.74 214.4 -
System Red Green Blue C M Y K H S L
Decimal 225 13 254 0.11 0.95 0 0.00 292.78 0.99 0.52
Hex E1 D FE B 5F 0 0 125 63 34
Octal 341 15 376 13 137 0 0 445 143 64
Binary 11100001 1101 11111110 1011 1011111 0 0 100100101 1100011 110100

Color Harmonies of #E10DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DFE

Black with #E10DFE

Text Example


Text Example

White with #E10DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DFE; }

 p { color: rgb(225,13,254); }

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

background-color css

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

 a { background-color: rgb(225,13,254); }

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

border-color css

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

 span { border-color: rgb(225,13,254); }

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