#ED4FB2

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

Shades of Brilliant Rose #ED4FB2

Tints of Brilliant Rose #ED4FB2

Color information

#ED4FB2 (or 0xED4FB2) is unknown color: approx Brilliant Rose. HEX triplet: ED, 4F and B2. RGB value is (237,79,178). Sum of RGB (Red+Green+Blue) = 237+79+178=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4FB2 is #12B04D. Grayscale: #898989. Windows color (decimal): -1224782 or 11685869. OLE color: 11685869.

HSL color Cylindrical-coordinate representation of color #ED4FB2: hue angle of 322.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4FB2 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB23779178-
CMYK00.670.250.07
HSL322.41º81.44%61.96%-
HSV(B)322.41º66.67%92.94%-
XYZ45.7626.8144.88-
YUV137.53150.85198.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 79 (31.25% from 255) = 15.99%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=47.98%
G=15.99%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377917800.670.250.07322.4181.4461.96
HexED4FB2043197142513e
Octal355117262010331750212176
Binary1110110110011111011001001000011110011111010000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4FB2; }

 p { color: rgb(237,79,178); }

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

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

 a { background-color: rgb(237,79,178); }

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

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

 span { border-color: rgb(237,79,178); }

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