Html Css Color HEX #E076FD Heliotrope

📋 copy color: '#E076FD'

red 224 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #E076FD

Tints of Heliotrope #E076FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.83%

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

R = 37.65%
G = 19.83%
B = 42.52%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E076FD (or 0xE076FD) is known color: Heliotrope. HEX triplet: E0, 76 and FD. RGB value is (224,118,253). Sum of RGB (Red+Green+Blue) = 224+118+253=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #E076FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E076FD is #1F8902. Grayscale: #A4A4A4. Windows color (decimal): -2066691 or 16611040. OLE color: 16611040.

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

Color convert

RGB 224 118 253 -
CMYK 0.11 0.53 0 0.01
HSL 287.11º 0.97% 0.73% -
HSV(B) 287.11º 0.53% 0.99% -
XYZ 54.95 35.9 96.96 -
YUV 165.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 224 118 253 0.11 0.53 0 0.01 287.11 0.97 0.73
Hex E0 76 FD B 35 0 1 11F 61 49
Octal 340 166 375 13 65 0 1 437 141 111
Binary 11100000 1110110 11111101 1011 110101 0 1 100011111 1100001 1001001

Color Harmonies of #E076FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E076FD

Black with #E076FD

Text Example


Text Example

White with #E076FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E076FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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