Html Css Color HEX #E76CFD Heliotrope

📋 copy color: '#E76CFD'

red 231 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #E76CFD

Tints of Heliotrope #E76CFD

RGB

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

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

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

R = 39.02%
G = 18.24%
B = 42.74%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E76CFD (or 0xE76CFD) is known color: Heliotrope. HEX triplet: E7, 6C and FD. RGB value is (231,108,253). Sum of RGB (Red+Green+Blue) = 231+108+253=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 108 (42.58% from 255 or 18.24% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #E76CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76CFD is #189302. Grayscale: #A0A0A0. Windows color (decimal): -1610499 or 16608487. OLE color: 16608487.

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

Color convert

RGB 231 108 253 -
CMYK 0.09 0.57 0 0.01
HSL 290.9º 0.97% 0.71% -
HSV(B) 290.9º 0.57% 0.99% -
XYZ 56.05 34.81 96.69 -
YUV 161.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 231 108 253 0.09 0.57 0 0.01 290.9 0.97 0.71
Hex E7 6C FD 9 39 0 1 123 61 47
Octal 347 154 375 11 71 0 1 443 141 107
Binary 11100111 1101100 11111101 1001 111001 0 1 100100011 1100001 1000111

Color Harmonies of #E76CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76CFD

Black with #E76CFD

Text Example


Text Example

White with #E76CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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