Html Css Color HEX #E075FE Heliotrope

📋 copy color: '#E075FE'

red 224 ◦ green 117 ◦ blue 254

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

Shades of Heliotrope #E075FE

Tints of Heliotrope #E075FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.66%

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

R = 37.65%
G = 19.66%
B = 42.69%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E075FE (or 0xE075FE) is known color: Heliotrope. HEX triplet: E0, 75 and FE. RGB value is (224,117,254). Sum of RGB (Red+Green+Blue) = 224+117+254=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #E075FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075FE is #1F8A01. Grayscale: #A4A4A4. Windows color (decimal): -2066946 or 16676320. OLE color: 16676320.

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

Color convert

RGB 224 117 254 -
CMYK 0.12 0.54 0 0.00
HSL 286.86º 0.99% 0.73% -
HSV(B) 286.86º 0.54% 1% -
XYZ 54.99 35.73 97.76 -
YUV 164.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 224 117 254 0.12 0.54 0 0.00 286.86 0.99 0.73
Hex E0 75 FE C 36 0 0 11F 63 49
Octal 340 165 376 14 66 0 0 437 143 111
Binary 11100000 1110101 11111110 1100 110110 0 0 100011111 1100011 1001001

Color Harmonies of #E075FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075FE

Black with #E075FE

Text Example


Text Example

White with #E075FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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