#ED609B

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

Shades of Brilliant Rose #ED609B

Tints of Brilliant Rose #ED609B

Color information

#ED609B (or 0xED609B) is unknown color: approx Brilliant Rose. HEX triplet: ED, 60 and 9B. RGB value is (237,96,155). Sum of RGB (Red+Green+Blue) = 237+96+155=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED609B is #129F64. Grayscale: #909090. Windows color (decimal): -1220453 or 10182893. OLE color: 10182893.

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

Color convert

RGB23796155-
CMYK00.590.350.07
HSL334.89º79.66%65.29%-
HSV(B)334.89º59.49%92.94%-
XYZ45.0228.7434.18-
YUV144.88133.71193.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=48.57%
G=19.67%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379615500.590.350.07334.8979.6665.29
HexED609B03B23714f5041
Octal355140233073437517120101
Binary11101101110000010011011011101110001111110100111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED609B; }

 p { color: rgb(237,96,155); }

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

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

 a { background-color: rgb(237,96,155); }

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

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

 span { border-color: rgb(237,96,155); }

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