#ED45B3

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

Shades of Brilliant Rose #ED45B3

Tints of Brilliant Rose #ED45B3

Color information

#ED45B3 (or 0xED45B3) is unknown color: approx Brilliant Rose. HEX triplet: ED, 45 and B3. RGB value is (237,69,179). Sum of RGB (Red+Green+Blue) = 237+69+179=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED45B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED45B3 is #12BA4C. Grayscale: #838383. Windows color (decimal): -1227341 or 11748845. OLE color: 11748845.

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

Color convert

RGB23769179-
CMYK00.710.240.07
HSL320.71º82.35%60%-
HSV(B)320.71º70.89%92.94%-
XYZ45.1925.5245.19-
YUV131.77154.66203.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.87%
GREEN value IS 69 (27.34% from 255) = 14.23%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=48.87%
G=14.23%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376917900.710.240.07320.7182.3560
HexED45B3047187141523c
Octal355105263010730750112274
Binary1110110110001011011001101000111110001111010000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED45B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED45B3; }

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

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

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

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

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

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

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

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