Html Css Color HEX #E070FE Heliotrope

📋 copy color: '#E070FE'

red 224 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #E070FE

Tints of Heliotrope #E070FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 37.97%
G = 18.98%
B = 43.05%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E070FE (or 0xE070FE) is known color: Heliotrope. HEX triplet: E0, 70 and FE. RGB value is (224,112,254). Sum of RGB (Red+Green+Blue) = 224+112+254=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #E070FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E070FE is #1F8F01. Grayscale: #A1A1A1. Windows color (decimal): -2068226 or 16675040. OLE color: 16675040.

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

Color convert

RGB 224 112 254 -
CMYK 0.12 0.56 0 0.00
HSL 287.32º 0.99% 0.72% -
HSV(B) 287.32º 0.56% 1% -
XYZ 54.42 34.59 97.57 -
YUV 161.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 224 112 254 0.12 0.56 0 0.00 287.32 0.99 0.72
Hex E0 70 FE C 38 0 0 11F 63 48
Octal 340 160 376 14 70 0 0 437 143 110
Binary 11100000 1110000 11111110 1100 111000 0 0 100011111 1100011 1001000

Color Harmonies of #E070FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E070FE

Black with #E070FE

Text Example


Text Example

White with #E070FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E070FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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