Html Css Color HEX #E066F1 Heliotrope

📋 copy color: '#E066F1'

red 224 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #E066F1

Tints of Heliotrope #E066F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.99%

 BLUE value IS 241 (94.53% from 255) = 42.5%

R = 39.51%
G = 17.99%
B = 42.5%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E066F1 (or 0xE066F1) is known color: Heliotrope. HEX triplet: E0, 66 and F1. RGB value is (224,102,241). Sum of RGB (Red+Green+Blue) = 224+102+241=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #E066F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E066F1 is #1F990E. Grayscale: #999999. Windows color (decimal): -2070799 or 15820512. OLE color: 15820512.

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

Color convert

RGB 224 102 241 -
CMYK 0.07 0.58 0 0.05
HSL 292.66º 0.83% 0.67% -
HSV(B) 292.66º 0.58% 0.95% -
XYZ 51.37 31.7 86.63 -
YUV 154.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 224 102 241 0.07 0.58 0 0.05 292.66 0.83 0.67
Hex E0 66 F1 7 3A 0 5 125 53 43
Octal 340 146 361 7 72 0 5 445 123 103
Binary 11100000 1100110 11110001 111 111010 0 101 100100101 1010011 1000011

Color Harmonies of #E066F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066F1

Black with #E066F1

Text Example


Text Example

White with #E066F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066F1; }

 p { color: rgb(224,102,241); }

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

background-color css

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

 a { background-color: rgb(224,102,241); }

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

border-color css

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

 span { border-color: rgb(224,102,241); }

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