Html Css Color HEX #E76CF2 Heliotrope

📋 copy color: '#E76CF2'

red 231 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #E76CF2

Tints of Heliotrope #E76CF2

RGB

 RED value IS 231 (90.63% from 255) = 39.76%

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

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

R = 39.76%
G = 18.59%
B = 41.65%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E76CF2 (or 0xE76CF2) is known color: Heliotrope. HEX triplet: E7, 6C and F2. RGB value is (231,108,242). Sum of RGB (Red+Green+Blue) = 231+108+242=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #E76CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76CF2 is #18930D. Grayscale: #9F9F9F. Windows color (decimal): -1610510 or 15887591. OLE color: 15887591.

HSL color Cylindrical-coordinate representation of color #E76CF2: hue angle of 295.07º 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 #E76CF2 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 231 108 242 -
CMYK 0.05 0.55 0 0.05
HSL 295.07º 0.84% 0.69% -
HSV(B) 295.07º 0.55% 0.95% -
XYZ 54.34 34.12 87.73 -
YUV 160.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 231 108 242 0.05 0.55 0 0.05 295.07 0.84 0.69
Hex E7 6C F2 5 37 0 5 127 54 45
Octal 347 154 362 5 67 0 5 447 124 105
Binary 11100111 1101100 11110010 101 110111 0 101 100100111 1010100 1000101

Color Harmonies of #E76CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CF2

Black with #E76CF2

Text Example


Text Example

White with #E76CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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