Html Css Color HEX #ED76FC Heliotrope

📋 copy color: '#ED76FC'

red 237 ◦ green 118 ◦ blue 252

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

Shades of Heliotrope #ED76FC

Tints of Heliotrope #ED76FC

RGB

 RED value IS 237 (92.97% from 255) = 39.04%

 GREEN value IS 118 (46.48% from 255) = 19.44%

 BLUE value IS 252 (98.83% from 255) = 41.52%

R = 39.04%
G = 19.44%
B = 41.52%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED76FC (or 0xED76FC) is known color: Heliotrope. HEX triplet: ED, 76 and FC. RGB value is (237,118,252). Sum of RGB (Red+Green+Blue) = 237+118+252=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED76FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED76FC is #128903. Grayscale: #A8A8A8. Windows color (decimal): -1214724 or 16545517. OLE color: 16545517.

HSL color Cylindrical-coordinate representation of color #ED76FC: hue angle of 293.28º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED76FC is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 118 252 -
CMYK 0.06 0.53 0 0.01
HSL 293.28º 0.96% 0.73% -
HSV(B) 293.28º 0.53% 0.99% -
XYZ 58.97 37.99 96.32 -
YUV 168.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 237 118 252 0.06 0.53 0 0.01 293.28 0.96 0.73
Hex ED 76 FC 6 35 0 1 125 60 49
Octal 355 166 374 6 65 0 1 445 140 111
Binary 11101101 1110110 11111100 110 110101 0 1 100100101 1100000 1001001

Color Harmonies of #ED76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED76FC

Black with #ED76FC

Text Example


Text Example

White with #ED76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED76FC; }

 p { color: rgb(237,118,252); }

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

background-color css

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

 a { background-color: rgb(237,118,252); }

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

border-color css

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

 span { border-color: rgb(237,118,252); }

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