Html Css Color HEX #E04AFB Heliotrope

📋 copy color: '#E04AFB'

red 224 ◦ green 74 ◦ blue 251

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

Shades of Heliotrope #E04AFB

Tints of Heliotrope #E04AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.48%

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

R = 40.8%
G = 13.48%
B = 45.72%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E04AFB (or 0xE04AFB) is known color: Heliotrope. HEX triplet: E0, 4A and FB. RGB value is (224,74,251). Sum of RGB (Red+Green+Blue) = 224+74+251=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 74 (29.30% from 255 or 13.48% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #E04AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AFB is #1FB504. Grayscale: #8A8A8A. Windows color (decimal): -2077957 or 16468704. OLE color: 16468704.

HSL color Cylindrical-coordinate representation of color #E04AFB: hue angle of 290.85º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04AFB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 74 251 -
CMYK 0.11 0.71 0 0.02
HSL 290.85º 0.96% 0.64% -
HSV(B) 290.85º 0.71% 0.98% -
XYZ 50.6 27.71 93.95 -
YUV 139.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 224 74 251 0.11 0.71 0 0.02 290.85 0.96 0.64
Hex E0 4A FB B 47 0 2 123 60 40
Octal 340 112 373 13 107 0 2 443 140 100
Binary 11100000 1001010 11111011 1011 1000111 0 10 100100011 1100000 1000000

Color Harmonies of #E04AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AFB

Black with #E04AFB

Text Example


Text Example

White with #E04AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AFB; }

 p { color: rgb(224,74,251); }

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

background-color css

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

 a { background-color: rgb(224,74,251); }

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

border-color css

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

 span { border-color: rgb(224,74,251); }

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