Html Css Color HEX #E071FD Heliotrope

📋 copy color: '#E071FD'

red 224 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #E071FD

Tints of Heliotrope #E071FD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.15%

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

R = 37.97%
G = 19.15%
B = 42.88%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E071FD (or 0xE071FD) is known color: Heliotrope. HEX triplet: E0, 71 and FD. RGB value is (224,113,253). Sum of RGB (Red+Green+Blue) = 224+113+253=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #E071FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E071FD is #1F8E02. Grayscale: #A1A1A1. Windows color (decimal): -2067971 or 16609760. OLE color: 16609760.

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

Color convert

RGB 224 113 253 -
CMYK 0.11 0.55 0 0.01
HSL 287.57º 0.97% 0.72% -
HSV(B) 287.57º 0.55% 0.99% -
XYZ 54.38 34.75 96.77 -
YUV 162.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 224 113 253 0.11 0.55 0 0.01 287.57 0.97 0.72
Hex E0 71 FD B 37 0 1 120 61 48
Octal 340 161 375 13 67 0 1 440 141 110
Binary 11100000 1110001 11111101 1011 110111 0 1 100100000 1100001 1001000

Color Harmonies of #E071FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E071FD

Black with #E071FD

Text Example


Text Example

White with #E071FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E071FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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