Html Css Color HEX #E07CFC Heliotrope

📋 copy color: '#E07CFC'

red 224 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #E07CFC

Tints of Heliotrope #E07CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42%

R = 37.33%
G = 20.67%
B = 42%

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

#E07CFC (or 0xE07CFC) is known color: Heliotrope. HEX triplet: E0, 7C and FC. RGB value is (224,124,252). Sum of RGB (Red+Green+Blue) = 224+124+252=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #E07CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CFC is #1F8303. Grayscale: #A8A8A8. Windows color (decimal): -2065156 or 16547040. OLE color: 16547040.

HSL color Cylindrical-coordinate representation of color #E07CFC: hue angle of 286.88º degrees, saturation: 0.96, 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 #E07CFC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 224 124 252 -
CMYK 0.11 0.51 0 0.01
HSL 286.88º 0.96% 0.74% -
HSV(B) 286.88º 0.51% 0.99% -
XYZ 55.52 37.29 96.37 -
YUV 168.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 224 124 252 0.11 0.51 0 0.01 286.88 0.96 0.74
Hex E0 7C FC B 33 0 1 11F 60 4A
Octal 340 174 374 13 63 0 1 437 140 112
Binary 11100000 1111100 11111100 1011 110011 0 1 100011111 1100000 1001010

Color Harmonies of #E07CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CFC

Black with #E07CFC

Text Example


Text Example

White with #E07CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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