Html Css Color HEX #EC4BA9 Brilliant Rose

📋 copy color: '#EC4BA9'

red 236 ◦ green 75 ◦ blue 169

#EC4BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EC4BA9

Tints of Brilliant Rose #EC4BA9

RGB

 RED value IS 236 (92.58% from 255) = 49.17%

 GREEN value IS 75 (29.69% from 255) = 15.63%

 BLUE value IS 169 (66.41% from 255) = 35.21%

R = 49.17%
G = 15.63%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC4BA9 (or 0xEC4BA9) is known color: Brilliant Rose. HEX triplet: EC, 4B and A9. RGB value is (236,75,169). Sum of RGB (Red+Green+Blue) = 236+75+169=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BA9 is #13B456. Grayscale: #858585. Windows color (decimal): -1291351 or 11095020. OLE color: 11095020.

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

Color convert

RGB 236 75 169 -
CMYK 0 0.68 0.28 0.07
HSL 324.97º 0.81% 0.61% -
HSV(B) 324.97º 0.68% 0.93% -
XYZ 44.27 25.73 40.17 -
YUV 133.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 236 75 169 0 0.68 0.28 0.07 324.97 0.81 0.61
Hex EC 4B A9 0 44 1C 7 145 51 3D
Octal 354 113 251 0 104 34 7 505 121 75
Binary 11101100 1001011 10101001 0 1000100 11100 111 101000101 1010001 111101

Color Harmonies of #EC4BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BA9

Black with #EC4BA9

Text Example


Text Example

White with #EC4BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BA9; }

 p { color: rgb(236,75,169); }

 H1.HeaderClassName
 {
   color: #EC4BA9;
 }
 .AnyTagClassName
 {
   color: #EC4BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(236,75,169); }

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

border-color css

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

 span { border-color: rgb(236,75,169); }

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