Html Css Color HEX #E070FD Heliotrope

📋 copy color: '#E070FD'

red 224 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #E070FD

Tints of Heliotrope #E070FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.02%

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

R = 38.03%
G = 19.02%
B = 42.95%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E070FD (or 0xE070FD) is known color: Heliotrope. HEX triplet: E0, 70 and FD. RGB value is (224,112,253). Sum of RGB (Red+Green+Blue) = 224+112+253=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #E070FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070FD is #1F8F02. Grayscale: #A1A1A1. Windows color (decimal): -2068227 or 16609504. OLE color: 16609504.

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

Color convert

RGB 224 112 253 -
CMYK 0.11 0.56 0 0.01
HSL 287.66º 0.97% 0.72% -
HSV(B) 287.66º 0.56% 0.99% -
XYZ 54.26 34.53 96.73 -
YUV 161.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 224 112 253 0.11 0.56 0 0.01 287.66 0.97 0.72
Hex E0 70 FD B 38 0 1 120 61 48
Octal 340 160 375 13 70 0 1 440 141 110
Binary 11100000 1110000 11111101 1011 111000 0 1 100100000 1100001 1001000

Color Harmonies of #E070FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070FD

Black with #E070FD

Text Example


Text Example

White with #E070FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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