#EC609B

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

Shades of Brilliant Rose #EC609B

Tints of Brilliant Rose #EC609B

Color information

#EC609B (or 0xEC609B) is unknown color: approx Brilliant Rose. HEX triplet: EC, 60 and 9B. RGB value is (236,96,155). Sum of RGB (Red+Green+Blue) = 236+96+155=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC609B is #139F64. Grayscale: #909090. Windows color (decimal): -1285989 or 10182892. OLE color: 10182892.

HSL color Cylindrical-coordinate representation of color #EC609B: hue angle of 334.71º degrees, saturation: 0.79, 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 #EC609B is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB23696155-
CMYK00.590.340.07
HSL334.71º78.65%65.1%-
HSV(B)334.71º59.32%92.55%-
XYZ44.6928.5734.17-
YUV144.59133.88193.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.46%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=48.46%
G=19.71%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369615500.590.340.07334.7178.6565.1
HexEC609B03B22714f4f41
Octal354140233073427517117101
Binary11101100110000010011011011101110001011110100111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC609B; }

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

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

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

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

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

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

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

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