Html Css Color HEX #EC5AAC Brilliant Rose

📋 copy color: '#EC5AAC'

red 236 ◦ green 90 ◦ blue 172

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

Shades of Brilliant Rose #EC5AAC

Tints of Brilliant Rose #EC5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.07%

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

R = 47.39%
G = 18.07%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC5AAC (or 0xEC5AAC) is known color: Brilliant Rose. HEX triplet: EC, 5A and AC. RGB value is (236,90,172). Sum of RGB (Red+Green+Blue) = 236+90+172=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AAC is #13A553. Grayscale: #8E8E8E. Windows color (decimal): -1287508 or 11295468. OLE color: 11295468.

HSL color Cylindrical-coordinate representation of color #EC5AAC: hue angle of 326.3º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AAC is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 90 172 -
CMYK 0 0.62 0.27 0.07
HSL 326.3º 0.79% 0.64% -
HSV(B) 326.3º 0.62% 0.93% -
XYZ 45.69 28.12 42.05 -
YUV 143 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 236 90 172 0 0.62 0.27 0.07 326.3 0.79 0.64
Hex EC 5A AC 0 3E 1B 7 146 4F 40
Octal 354 132 254 0 76 33 7 506 117 100
Binary 11101100 1011010 10101100 0 111110 11011 111 101000110 1001111 1000000

Color Harmonies of #EC5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AAC

Black with #EC5AAC

Text Example


Text Example

White with #EC5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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