Html Css Color HEX #E40AFD Psychedelic Purple

📋 copy color: '#E40AFD'

red 228 ◦ green 10 ◦ blue 253

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

Shades of Psychedelic Purple #E40AFD

Tints of Psychedelic Purple #E40AFD

RGB

 RED value IS 228 (89.45% from 255) = 46.44%

 GREEN value IS 10 (4.3% from 255) = 2.04%

 BLUE value IS 253 (99.22% from 255) = 51.53%

R = 46.44%
G = 2.04%
B = 51.53%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E40AFD (or 0xE40AFD) is known color: Psychedelic Purple. HEX triplet: E4, 0A and FD. RGB value is (228,10,253). Sum of RGB (Red+Green+Blue) = 228+10+253=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 10 (4.30% from 255 or 2.04% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #E40AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40AFD is #1BF502. Grayscale: #666666. Windows color (decimal): -1832195 or 16583396. OLE color: 16583396.

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

Color convert

RGB 228 10 253 -
CMYK 0.10 0.96 0 0.01
HSL 293.83º 0.98% 0.52% -
HSV(B) 293.83º 0.96% 0.99% -
XYZ 49.83 23.8 94.9 -
YUV 102.88 212.72 217.24 -
System Red Green Blue C M Y K H S L
Decimal 228 10 253 0.10 0.96 0 0.01 293.83 0.98 0.52
Hex E4 A FD A 60 0 1 126 62 34
Octal 344 12 375 12 140 0 1 446 142 64
Binary 11100100 1010 11111101 1010 1100000 0 1 100100110 1100010 110100

Color Harmonies of #E40AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40AFD

Black with #E40AFD

Text Example


Text Example

White with #E40AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40AFD; }

 p { color: rgb(228,10,253); }

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

background-color css

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

 a { background-color: rgb(228,10,253); }

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

border-color css

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

 span { border-color: rgb(228,10,253); }

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