Html Css Color HEX #E76BFD Heliotrope

📋 copy color: '#E76BFD'

red 231 ◦ green 107 ◦ blue 253

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

Shades of Heliotrope #E76BFD

Tints of Heliotrope #E76BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.1%

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 39.09%
G = 18.1%
B = 42.81%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E76BFD (or 0xE76BFD) is known color: Heliotrope. HEX triplet: E7, 6B and FD. RGB value is (231,107,253). Sum of RGB (Red+Green+Blue) = 231+107+253=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 107 (42.19% from 255 or 18.10% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #E76BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76BFD is #189402. Grayscale: #A0A0A0. Windows color (decimal): -1610755 or 16608231. OLE color: 16608231.

HSL color Cylindrical-coordinate representation of color #E76BFD: hue angle of 290.96º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76BFD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 107 253 -
CMYK 0.09 0.58 0 0.01
HSL 290.96º 0.97% 0.71% -
HSV(B) 290.96º 0.58% 0.99% -
XYZ 55.94 34.6 96.66 -
YUV 160.72 180.08 178.13 -
System Red Green Blue C M Y K H S L
Decimal 231 107 253 0.09 0.58 0 0.01 290.96 0.97 0.71
Hex E7 6B FD 9 3A 0 1 123 61 47
Octal 347 153 375 11 72 0 1 443 141 107
Binary 11100111 1101011 11111101 1001 111010 0 1 100100011 1100001 1000111

Color Harmonies of #E76BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BFD

Black with #E76BFD

Text Example


Text Example

White with #E76BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BFD; }

 p { color: rgb(231,107,253); }

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

background-color css

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

 a { background-color: rgb(231,107,253); }

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

border-color css

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

 span { border-color: rgb(231,107,253); }

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