Html Css Color HEX #E063F2 Heliotrope

📋 copy color: '#E063F2'

red 224 ◦ green 99 ◦ blue 242

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

Shades of Heliotrope #E063F2

Tints of Heliotrope #E063F2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.52%

 BLUE value IS 242 (94.92% from 255) = 42.83%

R = 39.65%
G = 17.52%
B = 42.83%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E063F2 (or 0xE063F2) is known color: Heliotrope. HEX triplet: E0, 63 and F2. RGB value is (224,99,242). Sum of RGB (Red+Green+Blue) = 224+99+242=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #E063F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063F2 is #1F9C0D. Grayscale: #989898. Windows color (decimal): -2071566 or 15885280. OLE color: 15885280.

HSL color Cylindrical-coordinate representation of color #E063F2: hue angle of 292.45º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E063F2 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 99 242 -
CMYK 0.07 0.59 0 0.05
HSL 292.45º 0.85% 0.67% -
HSV(B) 292.45º 0.59% 0.95% -
XYZ 51.23 31.18 87.32 -
YUV 152.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 224 99 242 0.07 0.59 0 0.05 292.45 0.85 0.67
Hex E0 63 F2 7 3B 0 5 124 55 43
Octal 340 143 362 7 73 0 5 444 125 103
Binary 11100000 1100011 11110010 111 111011 0 101 100100100 1010101 1000011

Color Harmonies of #E063F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E063F2

Black with #E063F2

Text Example


Text Example

White with #E063F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E063F2; }

 p { color: rgb(224,99,242); }

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

background-color css

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

 a { background-color: rgb(224,99,242); }

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

border-color css

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

 span { border-color: rgb(224,99,242); }

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