Html Css Color HEX #ED6BFB Heliotrope

📋 copy color: '#ED6BFB'

red 237 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #ED6BFB

Tints of Heliotrope #ED6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.98%

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

R = 39.83%
G = 17.98%
B = 42.18%

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

#ED6BFB (or 0xED6BFB) is known color: Heliotrope. HEX triplet: ED, 6B and FB. RGB value is (237,107,251). Sum of RGB (Red+Green+Blue) = 237+107+251=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED6BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BFB is #129404. Grayscale: #A1A1A1. Windows color (decimal): -1217541 or 16477165. OLE color: 16477165.

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

Color convert

RGB 237 107 251 -
CMYK 0.06 0.57 0 0.02
HSL 294.17º 0.95% 0.7% -
HSV(B) 294.17º 0.57% 0.98% -
XYZ 57.6 35.48 95.08 -
YUV 162.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 237 107 251 0.06 0.57 0 0.02 294.17 0.95 0.7
Hex ED 6B FB 6 39 0 2 126 5F 46
Octal 355 153 373 6 71 0 2 446 137 106
Binary 11101101 1101011 11111011 110 111001 0 10 100100110 1011111 1000110

Color Harmonies of #ED6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BFB

Black with #ED6BFB

Text Example


Text Example

White with #ED6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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