Html Css Color HEX #E07CFD Heliotrope

📋 copy color: '#E07CFD'

red 224 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #E07CFD

Tints of Heliotrope #E07CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.63%

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

R = 37.27%
G = 20.63%
B = 42.1%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E07CFD (or 0xE07CFD) is known color: Heliotrope. HEX triplet: E0, 7C and FD. RGB value is (224,124,253). Sum of RGB (Red+Green+Blue) = 224+124+253=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #E07CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CFD is #1F8302. Grayscale: #A8A8A8. Windows color (decimal): -2065155 or 16612576. OLE color: 16612576.

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

Color convert

RGB 224 124 253 -
CMYK 0.11 0.51 0 0.01
HSL 286.51º 0.97% 0.74% -
HSV(B) 286.51º 0.51% 0.99% -
XYZ 55.68 37.35 97.2 -
YUV 168.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 224 124 253 0.11 0.51 0 0.01 286.51 0.97 0.74
Hex E0 7C FD B 33 0 1 11F 61 4A
Octal 340 174 375 13 63 0 1 437 141 112
Binary 11100000 1111100 11111101 1011 110011 0 1 100011111 1100001 1001010

Color Harmonies of #E07CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CFD

Black with #E07CFD

Text Example


Text Example

White with #E07CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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