Html Css Color HEX #ED6DFF Heliotrope

📋 copy color: '#ED6DFF'

red 237 ◦ green 109 ◦ blue 255

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

Shades of Heliotrope #ED6DFF

Tints of Heliotrope #ED6DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.14%

 BLUE value IS 255 (100% from 255) = 42.43%

R = 39.43%
G = 18.14%
B = 42.43%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED6DFF (or 0xED6DFF) is known color: Heliotrope. HEX triplet: ED, 6D and FF. RGB value is (237,109,255). Sum of RGB (Red+Green+Blue) = 237+109+255=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 109 (42.97% from 255 or 18.14% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED6DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DFF is #129200. Grayscale: #A3A3A3. Windows color (decimal): -1217025 or 16739821. OLE color: 16739821.

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

Color convert

RGB 237 109 255 -
CMYK 0.07 0.57 0 0
HSL 292.6º 1% 0.71% -
HSV(B) 292.6º 0.57% 1% -
XYZ 58.44 36.16 98.51 -
YUV 163.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 237 109 255 0.07 0.57 0 0 292.6 1 0.71
Hex ED 6D FF 7 39 0 0 125 64 47
Octal 355 155 377 7 71 0 0 445 144 107
Binary 11101101 1101101 11111111 111 111001 0 0 100100101 1100100 1000111

Color Harmonies of #ED6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DFF

Black with #ED6DFF

Text Example


Text Example

White with #ED6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DFF; }

 p { color: rgb(237,109,255); }

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

background-color css

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

 a { background-color: rgb(237,109,255); }

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

border-color css

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

 span { border-color: rgb(237,109,255); }

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