Html Css Color HEX #ED6DFB Heliotrope

📋 copy color: '#ED6DFB'

red 237 ◦ green 109 ◦ blue 251

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

Shades of Heliotrope #ED6DFB

Tints of Heliotrope #ED6DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 39.7%
G = 18.26%
B = 42.04%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED6DFB (or 0xED6DFB) is known color: Heliotrope. HEX triplet: ED, 6D and FB. RGB value is (237,109,251). Sum of RGB (Red+Green+Blue) = 237+109+251=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 109 (42.97% from 255 or 18.26% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED6DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DFB is #129204. Grayscale: #A3A3A3. Windows color (decimal): -1217029 or 16477677. OLE color: 16477677.

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

Color convert

RGB 237 109 251 -
CMYK 0.06 0.57 0 0.02
HSL 294.08º 0.95% 0.71% -
HSV(B) 294.08º 0.57% 0.98% -
XYZ 57.81 35.91 95.15 -
YUV 163.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 237 109 251 0.06 0.57 0 0.02 294.08 0.95 0.71
Hex ED 6D FB 6 39 0 2 126 5F 47
Octal 355 155 373 6 71 0 2 446 137 107
Binary 11101101 1101101 11111011 110 111001 0 10 100100110 1011111 1000111

Color Harmonies of #ED6DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DFB

Black with #ED6DFB

Text Example


Text Example

White with #ED6DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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