Html Css Color HEX #ED6AFB Heliotrope

📋 copy color: '#ED6AFB'

red 237 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #ED6AFB

Tints of Heliotrope #ED6AFB

RGB

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

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

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

R = 39.9%
G = 17.85%
B = 42.26%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED6AFB (or 0xED6AFB) is known color: Heliotrope. HEX triplet: ED, 6A and FB. RGB value is (237,106,251). Sum of RGB (Red+Green+Blue) = 237+106+251=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 106 (41.80% from 255 or 17.85% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED6AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6AFB is #129504. Grayscale: #A1A1A1. Windows color (decimal): -1217797 or 16476909. OLE color: 16476909.

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

Color convert

RGB 237 106 251 -
CMYK 0.06 0.58 0 0.02
HSL 294.21º 0.95% 0.7% -
HSV(B) 294.21º 0.58% 0.98% -
XYZ 57.49 35.28 95.05 -
YUV 161.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 237 106 251 0.06 0.58 0 0.02 294.21 0.95 0.7
Hex ED 6A FB 6 3A 0 2 126 5F 46
Octal 355 152 373 6 72 0 2 446 137 106
Binary 11101101 1101010 11111011 110 111010 0 10 100100110 1011111 1000110

Color Harmonies of #ED6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6AFB

Black with #ED6AFB

Text Example


Text Example

White with #ED6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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