Html Css Color HEX #E005F4 Psychedelic Purple

📋 copy color: '#E005F4'

red 224 ◦ green 5 ◦ blue 244

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

Shades of Psychedelic Purple #E005F4

Tints of Psychedelic Purple #E005F4

RGB

 RED value IS 224 (87.89% from 255) = 47.36%

 GREEN value IS 5 (2.34% from 255) = 1.06%

 BLUE value IS 244 (95.7% from 255) = 51.59%

R = 47.36%
G = 1.06%
B = 51.59%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E005F4 (or 0xE005F4) is known color: Psychedelic Purple. HEX triplet: E0, 05 and F4. RGB value is (224,5,244). Sum of RGB (Red+Green+Blue) = 224+5+244=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 5 (2.34% from 255 or 1.06% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #E005F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005F4 is #1FFA0B. Grayscale: #606060. Windows color (decimal): -2095628 or 15992288. OLE color: 15992288.

HSL color Cylindrical-coordinate representation of color #E005F4: hue angle of 294.98º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005F4 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 5 244 -
CMYK 0.08 0.98 0 0.04
HSL 294.98º 0.96% 0.49% -
HSV(B) 294.98º 0.98% 0.96% -
XYZ 47.12 22.49 87.44 -
YUV 97.73 210.55 218.07 -
System Red Green Blue C M Y K H S L
Decimal 224 5 244 0.08 0.98 0 0.04 294.98 0.96 0.49
Hex E0 5 F4 8 62 0 4 127 60 31
Octal 340 5 364 10 142 0 4 447 140 61
Binary 11100000 101 11110100 1000 1100010 0 100 100100111 1100000 110001

Color Harmonies of #E005F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005F4

Black with #E005F4

Text Example


Text Example

White with #E005F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005F4; }

 p { color: rgb(224,5,244); }

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

background-color css

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

 a { background-color: rgb(224,5,244); }

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

border-color css

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

 span { border-color: rgb(224,5,244); }

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