Html Css Color HEX #EC4AAB Brilliant Rose

📋 copy color: '#EC4AAB'

red 236 ◦ green 74 ◦ blue 171

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

Shades of Brilliant Rose #EC4AAB

Tints of Brilliant Rose #EC4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 49.06%
G = 15.38%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC4AAB (or 0xEC4AAB) is known color: Brilliant Rose. HEX triplet: EC, 4A and AB. RGB value is (236,74,171). Sum of RGB (Red+Green+Blue) = 236+74+171=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4AAB is #13B554. Grayscale: #858585. Windows color (decimal): -1291605 or 11225836. OLE color: 11225836.

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

Color convert

RGB 236 74 171 -
CMYK 0 0.69 0.28 0.07
HSL 324.07º 0.81% 0.61% -
HSV(B) 324.07º 0.69% 0.93% -
XYZ 44.39 25.67 41.14 -
YUV 133.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 236 74 171 0 0.69 0.28 0.07 324.07 0.81 0.61
Hex EC 4A AB 0 45 1C 7 144 51 3D
Octal 354 112 253 0 105 34 7 504 121 75
Binary 11101100 1001010 10101011 0 1000101 11100 111 101000100 1010001 111101

Color Harmonies of #EC4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4AAB

Black with #EC4AAB

Text Example


Text Example

White with #EC4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4AAB; }

 p { color: rgb(236,74,171); }

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

background-color css

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

 a { background-color: rgb(236,74,171); }

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

border-color css

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

 span { border-color: rgb(236,74,171); }

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