Html Css Color HEX #E074FD Heliotrope

📋 copy color: '#E074FD'

red 224 ◦ green 116 ◦ blue 253

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

Shades of Heliotrope #E074FD

Tints of Heliotrope #E074FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.56%

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

R = 37.77%
G = 19.56%
B = 42.66%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E074FD (or 0xE074FD) is known color: Heliotrope. HEX triplet: E0, 74 and FD. RGB value is (224,116,253). Sum of RGB (Red+Green+Blue) = 224+116+253=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 116 (45.70% from 255 or 19.56% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #E074FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074FD is #1F8B02. Grayscale: #A3A3A3. Windows color (decimal): -2067203 or 16610528. OLE color: 16610528.

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

Color convert

RGB 224 116 253 -
CMYK 0.11 0.54 0 0.01
HSL 287.3º 0.97% 0.72% -
HSV(B) 287.3º 0.54% 0.99% -
XYZ 54.72 35.43 96.88 -
YUV 163.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 224 116 253 0.11 0.54 0 0.01 287.3 0.97 0.72
Hex E0 74 FD B 36 0 1 11F 61 48
Octal 340 164 375 13 66 0 1 437 141 110
Binary 11100000 1110100 11111101 1011 110110 0 1 100011111 1100001 1001000

Color Harmonies of #E074FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074FD

Black with #E074FD

Text Example


Text Example

White with #E074FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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