Html Css Color HEX #E16CF2 Heliotrope

📋 copy color: '#E16CF2'

red 225 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #E16CF2

Tints of Heliotrope #E16CF2

RGB

 RED value IS 225 (88.28% from 255) = 39.13%

 GREEN value IS 108 (42.58% from 255) = 18.78%

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

R = 39.13%
G = 18.78%
B = 42.09%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E16CF2 (or 0xE16CF2) is known color: Heliotrope. HEX triplet: E1, 6C and F2. RGB value is (225,108,242). Sum of RGB (Red+Green+Blue) = 225+108+242=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 108 (42.58% from 255 or 18.78% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #E16CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16CF2 is #1E930D. Grayscale: #9D9D9D. Windows color (decimal): -2003726 or 15887585. OLE color: 15887585.

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

Color convert

RGB 225 108 242 -
CMYK 0.07 0.55 0 0.05
HSL 292.39º 0.84% 0.69% -
HSV(B) 292.39º 0.55% 0.95% -
XYZ 52.44 33.14 87.64 -
YUV 158.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 225 108 242 0.07 0.55 0 0.05 292.39 0.84 0.69
Hex E1 6C F2 7 37 0 5 124 54 45
Octal 341 154 362 7 67 0 5 444 124 105
Binary 11100001 1101100 11110010 111 110111 0 101 100100100 1010100 1000101

Color Harmonies of #E16CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CF2

Black with #E16CF2

Text Example


Text Example

White with #E16CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CF2; }

 p { color: rgb(225,108,242); }

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

background-color css

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

 a { background-color: rgb(225,108,242); }

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

border-color css

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

 span { border-color: rgb(225,108,242); }

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