Html Css Color HEX #EC4AAC Brilliant Rose

📋 copy color: '#EC4AAC'

red 236 ◦ green 74 ◦ blue 172

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

Shades of Brilliant Rose #EC4AAC

Tints of Brilliant Rose #EC4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 48.96%
G = 15.35%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC4AAC (or 0xEC4AAC) is known color: Brilliant Rose. HEX triplet: EC, 4A and AC. RGB value is (236,74,172). Sum of RGB (Red+Green+Blue) = 236+74+172=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4AAC is #13B553. Grayscale: #858585. Windows color (decimal): -1291604 or 11291372. OLE color: 11291372.

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

Color convert

RGB 236 74 172 -
CMYK 0 0.69 0.27 0.07
HSL 323.7º 0.81% 0.61% -
HSV(B) 323.7º 0.69% 0.93% -
XYZ 44.49 25.71 41.65 -
YUV 133.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 236 74 172 0 0.69 0.27 0.07 323.7 0.81 0.61
Hex EC 4A AC 0 45 1B 7 144 51 3D
Octal 354 112 254 0 105 33 7 504 121 75
Binary 11101100 1001010 10101100 0 1000101 11011 111 101000100 1010001 111101

Color Harmonies of #EC4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4AAC

Black with #EC4AAC

Text Example


Text Example

White with #EC4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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