Html Css Color HEX #E061FD Heliotrope

📋 copy color: '#E061FD'

red 224 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #E061FD

Tints of Heliotrope #E061FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.9%

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

R = 39.02%
G = 16.9%
B = 44.08%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E061FD (or 0xE061FD) is known color: Heliotrope. HEX triplet: E0, 61 and FD. RGB value is (224,97,253). Sum of RGB (Red+Green+Blue) = 224+97+253=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #E061FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E061FD is #1F9E02. Grayscale: #989898. Windows color (decimal): -2072067 or 16605664. OLE color: 16605664.

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

Color convert

RGB 224 97 253 -
CMYK 0.11 0.62 0 0.01
HSL 288.85º 0.98% 0.69% -
HSV(B) 288.85º 0.62% 0.99% -
XYZ 52.74 31.49 96.23 -
YUV 152.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 224 97 253 0.11 0.62 0 0.01 288.85 0.98 0.69
Hex E0 61 FD B 3E 0 1 121 62 45
Octal 340 141 375 13 76 0 1 441 142 105
Binary 11100000 1100001 11111101 1011 111110 0 1 100100001 1100010 1000101

Color Harmonies of #E061FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E061FD

Black with #E061FD

Text Example


Text Example

White with #E061FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E061FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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