Html Css Color HEX #E40CFB Psychedelic Purple

📋 copy color: '#E40CFB'

red 228 ◦ green 12 ◦ blue 251

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

Shades of Psychedelic Purple #E40CFB

Tints of Psychedelic Purple #E40CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

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

R = 46.44%
G = 2.44%
B = 51.12%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E40CFB (or 0xE40CFB) is known color: Psychedelic Purple. HEX triplet: E4, 0C and FB. RGB value is (228,12,251). Sum of RGB (Red+Green+Blue) = 228+12+251=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #E40CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CFB is #1BF304. Grayscale: #676767. Windows color (decimal): -1831685 or 16452836. OLE color: 16452836.

HSL color Cylindrical-coordinate representation of color #E40CFB: hue angle of 294.23º 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 #E40CFB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 12 251 -
CMYK 0.09 0.95 0 0.02
HSL 294.23º 0.97% 0.52% -
HSV(B) 294.23º 0.95% 0.98% -
XYZ 49.54 23.72 93.23 -
YUV 103.83 211.06 216.57 -
System Red Green Blue C M Y K H S L
Decimal 228 12 251 0.09 0.95 0 0.02 294.23 0.97 0.52
Hex E4 C FB 9 5F 0 2 126 61 34
Octal 344 14 373 11 137 0 2 446 141 64
Binary 11100100 1100 11111011 1001 1011111 0 10 100100110 1100001 110100

Color Harmonies of #E40CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CFB

Black with #E40CFB

Text Example


Text Example

White with #E40CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CFB; }

 p { color: rgb(228,12,251); }

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

background-color css

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

 a { background-color: rgb(228,12,251); }

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

border-color css

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

 span { border-color: rgb(228,12,251); }

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