#ed4bac

Color #ED4BAC Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #ED4BAC

Tints of Brilliant Rose #ED4BAC

Color information

#ED4BAC (or 0xED4BAC) is unknown color: approx Brilliant Rose. HEX triplet: ED, 4B and AC. RGB value is (237,75,172). Sum of RGB (Red+Green+Blue) = 237+75+172=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4BAC is #12B453. Grayscale: #868686. Windows color (decimal): -1225812 or 11291629. OLE color: 11291629.

HSL color Cylindrical-coordinate representation of color #ED4BAC: hue angle of 324.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4BAC is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23775172-
CMYK00.680.270.07
HSL324.07º81.82%61.18%-
HSV(B)324.07º68.35%92.94%-
XYZ44.8926.0241.69-
YUV134.5149.17201.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.97%
GREEN value IS 75 (29.69% from 255) = 15.50%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=48.97%
G=15.50%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377517200.680.270.07324.0781.8261.18
HexED4BAC0441B7144523d
Octal355113254010433750412275
Binary1110110110010111010110001000100110111111010001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4bac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4bac; }

 p { color: rgb(237,75,172); }

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

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

 a { background-color: rgb(237,75,172); }

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

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

 span { border-color: rgb(237,75,172); }

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