Html Css Color HEX #E10DFB Psychedelic Purple

📋 copy color: '#E10DFB'

red 225 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #E10DFB

Tints of Psychedelic Purple #E10DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 46.01%
G = 2.66%
B = 51.33%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E10DFB (or 0xE10DFB) is known color: Psychedelic Purple. HEX triplet: E1, 0D and FB. RGB value is (225,13,251). Sum of RGB (Red+Green+Blue) = 225+13+251=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 13 (5.47% from 255 or 2.66% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #E10DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10DFB is #1EF204. Grayscale: #666666. Windows color (decimal): -2028037 or 16453089. OLE color: 16453089.

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

Color convert

RGB 225 13 251 -
CMYK 0.10 0.95 0 0.02
HSL 293.45º 0.97% 0.52% -
HSV(B) 293.45º 0.95% 0.98% -
XYZ 48.61 23.26 93.19 -
YUV 103.52 211.24 214.65 -
System Red Green Blue C M Y K H S L
Decimal 225 13 251 0.10 0.95 0 0.02 293.45 0.97 0.52
Hex E1 D FB A 5F 0 2 125 61 34
Octal 341 15 373 12 137 0 2 445 141 64
Binary 11100001 1101 11111011 1010 1011111 0 10 100100101 1100001 110100

Color Harmonies of #E10DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DFB

Black with #E10DFB

Text Example


Text Example

White with #E10DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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