Html Css Color HEX #ED6AFC Heliotrope

📋 copy color: '#ED6AFC'

red 237 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #ED6AFC

Tints of Heliotrope #ED6AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.82%

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

R = 39.83%
G = 17.82%
B = 42.35%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED6AFC (or 0xED6AFC) is known color: Heliotrope. HEX triplet: ED, 6A and FC. RGB value is (237,106,252). Sum of RGB (Red+Green+Blue) = 237+106+252=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 106 (41.80% from 255 or 17.82% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED6AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AFC is #129503. Grayscale: #A1A1A1. Windows color (decimal): -1217796 or 16542445. OLE color: 16542445.

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

Color convert

RGB 237 106 252 -
CMYK 0.06 0.58 0 0.01
HSL 293.84º 0.96% 0.7% -
HSV(B) 293.84º 0.58% 0.99% -
XYZ 57.65 35.34 95.88 -
YUV 161.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 237 106 252 0.06 0.58 0 0.01 293.84 0.96 0.7
Hex ED 6A FC 6 3A 0 1 126 60 46
Octal 355 152 374 6 72 0 1 446 140 106
Binary 11101101 1101010 11111100 110 111010 0 1 100100110 1100000 1000110

Color Harmonies of #ED6AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6AFC

Black with #ED6AFC

Text Example


Text Example

White with #ED6AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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