Html Css Color HEX #EC4BA1 Brilliant Rose

📋 copy color: '#EC4BA1'

red 236 ◦ green 75 ◦ blue 161

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

Shades of Brilliant Rose #EC4BA1

Tints of Brilliant Rose #EC4BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 50%
G = 15.89%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC4BA1 (or 0xEC4BA1) is known color: Brilliant Rose. HEX triplet: EC, 4B and A1. RGB value is (236,75,161). Sum of RGB (Red+Green+Blue) = 236+75+161=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4BA1 is #13B45E. Grayscale: #848484. Windows color (decimal): -1291359 or 10570732. OLE color: 10570732.

HSL color Cylindrical-coordinate representation of color #EC4BA1: hue angle of 327.95º 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 #EC4BA1 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 75 161 -
CMYK 0 0.68 0.32 0.07
HSL 327.95º 0.81% 0.61% -
HSV(B) 327.95º 0.68% 0.93% -
XYZ 43.54 25.44 36.33 -
YUV 132.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 236 75 161 0 0.68 0.32 0.07 327.95 0.81 0.61
Hex EC 4B A1 0 44 20 7 148 51 3D
Octal 354 113 241 0 104 40 7 510 121 75
Binary 11101100 1001011 10100001 0 1000100 100000 111 101001000 1010001 111101

Color Harmonies of #EC4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4BA1

Black with #EC4BA1

Text Example


Text Example

White with #EC4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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