Html Css Color HEX #ED6FFB Heliotrope

📋 copy color: '#ED6FFB'

red 237 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #ED6FFB

Tints of Heliotrope #ED6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.53%

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

R = 39.57%
G = 18.53%
B = 41.9%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED6FFB (or 0xED6FFB) is known color: Heliotrope. HEX triplet: ED, 6F and FB. RGB value is (237,111,251). Sum of RGB (Red+Green+Blue) = 237+111+251=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 111 (43.75% from 255 or 18.53% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED6FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6FFB is #129004. Grayscale: #A4A4A4. Windows color (decimal): -1216517 or 16478189. OLE color: 16478189.

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

Color convert

RGB 237 111 251 -
CMYK 0.06 0.56 0 0.02
HSL 294º 0.95% 0.71% -
HSV(B) 294º 0.56% 0.98% -
XYZ 58.02 36.34 95.22 -
YUV 164.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 237 111 251 0.06 0.56 0 0.02 294 0.95 0.71
Hex ED 6F FB 6 38 0 2 126 5F 47
Octal 355 157 373 6 70 0 2 446 137 107
Binary 11101101 1101111 11111011 110 111000 0 10 100100110 1011111 1000111

Color Harmonies of #ED6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FFB

Black with #ED6FFB

Text Example


Text Example

White with #ED6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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