#ED6BF4

Color #ED6BF4 Ultra Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultra Pink #ED6BF4

Tints of Ultra Pink #ED6BF4

Color information

#ED6BF4 (or 0xED6BF4) is unknown color: approx Ultra Pink. HEX triplet: ED, 6B and F4. RGB value is (237,107,244). Sum of RGB (Red+Green+Blue) = 237+107+244=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 107 (42.19% from 255 or 18.20% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED6BF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6BF4 is #12940B. Grayscale: #A1A1A1. Windows color (decimal): -1217548 or 16018413. OLE color: 16018413.

HSL color Cylindrical-coordinate representation of color #ED6BF4: hue angle of 296.93º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6BF4 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237107244-
CMYK0.030.5600.04
HSL296.93º86.16%68.82%-
HSV(B)296.93º56.15%95.69%-
XYZ56.5135.0589.38-
YUV161.49174.57181.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 107 (42.19% from 255) = 18.20%
BLUE value IS 244 (95.70% from 255) = 41.50%
R=40.31%
G=18.20%
B=41.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371072440.030.5600.04296.9386.1668.82
HexED6BF4338041295645
Octal35515336437004451126105
Binary1110110111010111111010011111000010010010100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6BF4; }

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

 H1.HeaderClassName
 {
   color: #ED6BF4;
 }
 .AnyTagClassName
 {
   color: #ED6BF4;
 }
</style>
background-color css

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

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

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

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

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

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