Html Css Color HEX #E40AF3 Psychedelic Purple

📋 copy color: '#E40AF3'

red 228 ◦ green 10 ◦ blue 243

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

Shades of Psychedelic Purple #E40AF3

Tints of Psychedelic Purple #E40AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.52%

R = 47.4%
G = 2.08%
B = 50.52%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E40AF3 (or 0xE40AF3) is known color: Psychedelic Purple. HEX triplet: E4, 0A and F3. RGB value is (228,10,243). Sum of RGB (Red+Green+Blue) = 228+10+243=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #E40AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40AF3 is #1BF50C. Grayscale: #656565. Windows color (decimal): -1832205 or 15928036. OLE color: 15928036.

HSL color Cylindrical-coordinate representation of color #E40AF3: hue angle of 296.14º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40AF3 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 10 243 -
CMYK 0.06 0.96 0 0.05
HSL 296.14º 0.92% 0.5% -
HSV(B) 296.14º 0.96% 0.95% -
XYZ 48.28 23.18 86.72 -
YUV 101.74 207.72 218.05 -
System Red Green Blue C M Y K H S L
Decimal 228 10 243 0.06 0.96 0 0.05 296.14 0.92 0.5
Hex E4 A F3 6 60 0 5 128 5C 32
Octal 344 12 363 6 140 0 5 450 134 62
Binary 11100100 1010 11110011 110 1100000 0 101 100101000 1011100 110010

Color Harmonies of #E40AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40AF3

Black with #E40AF3

Text Example


Text Example

White with #E40AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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