#ED52B3

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

Shades of Brilliant Rose #ED52B3

Tints of Brilliant Rose #ED52B3

Color information

#ED52B3 (or 0xED52B3) is unknown color: approx Brilliant Rose. HEX triplet: ED, 52 and B3. RGB value is (237,82,179). Sum of RGB (Red+Green+Blue) = 237+82+179=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52B3 is #12AD4C. Grayscale: #8B8B8B. Windows color (decimal): -1224013 or 11752173. OLE color: 11752173.

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

Color convert

RGB23782179-
CMYK00.650.240.07
HSL322.45º81.15%62.55%-
HSV(B)322.45º65.4%92.94%-
XYZ46.0827.2945.49-
YUV139.4150.35197.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 82 (32.42% from 255) = 16.47%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=47.59%
G=16.47%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378217900.650.240.07322.4581.1562.55
HexED52B3041187142513f
Octal355122263010130750212177
Binary1110110110100101011001101000001110001111010000101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED52B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED52B3; }

 p { color: rgb(237,82,179); }

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

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

 a { background-color: rgb(237,82,179); }

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

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

 span { border-color: rgb(237,82,179); }

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