Html Css Color HEX #E04CFD Heliotrope

📋 copy color: '#E04CFD'

red 224 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #E04CFD

Tints of Heliotrope #E04CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.74%

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

R = 40.51%
G = 13.74%
B = 45.75%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E04CFD (or 0xE04CFD) is known color: Heliotrope. HEX triplet: E0, 4C and FD. RGB value is (224,76,253). Sum of RGB (Red+Green+Blue) = 224+76+253=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #E04CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CFD is #1FB302. Grayscale: #8B8B8B. Windows color (decimal): -2077443 or 16600288. OLE color: 16600288.

HSL color Cylindrical-coordinate representation of color #E04CFD: hue angle of 290.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04CFD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 76 253 -
CMYK 0.11 0.70 0 0.01
HSL 290.17º 0.98% 0.65% -
HSV(B) 290.17º 0.7% 0.99% -
XYZ 51.05 28.11 95.66 -
YUV 140.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 224 76 253 0.11 0.70 0 0.01 290.17 0.98 0.65
Hex E0 4C FD B 46 0 1 122 62 41
Octal 340 114 375 13 106 0 1 442 142 101
Binary 11100000 1001100 11111101 1011 1000110 0 1 100100010 1100010 1000001

Color Harmonies of #E04CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CFD

Black with #E04CFD

Text Example


Text Example

White with #E04CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CFD; }

 p { color: rgb(224,76,253); }

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

background-color css

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

 a { background-color: rgb(224,76,253); }

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

border-color css

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

 span { border-color: rgb(224,76,253); }

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