Html Css Color HEX #EC5AAD Brilliant Rose

📋 copy color: '#EC5AAD'

red 236 ◦ green 90 ◦ blue 173

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

Shades of Brilliant Rose #EC5AAD

Tints of Brilliant Rose #EC5AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 47.29%
G = 18.04%
B = 34.67%

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

#EC5AAD (or 0xEC5AAD) is known color: Brilliant Rose. HEX triplet: EC, 5A and AD. RGB value is (236,90,173). Sum of RGB (Red+Green+Blue) = 236+90+173=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AAD is #13A552. Grayscale: #8E8E8E. Windows color (decimal): -1287507 or 11361004. OLE color: 11361004.

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

Color convert

RGB 236 90 173 -
CMYK 0 0.62 0.27 0.07
HSL 325.89º 0.79% 0.64% -
HSV(B) 325.89º 0.62% 0.93% -
XYZ 45.79 28.16 42.56 -
YUV 143.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 236 90 173 0 0.62 0.27 0.07 325.89 0.79 0.64
Hex EC 5A AD 0 3E 1B 7 146 4F 40
Octal 354 132 255 0 76 33 7 506 117 100
Binary 11101100 1011010 10101101 0 111110 11011 111 101000110 1001111 1000000

Color Harmonies of #EC5AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AAD

Black with #EC5AAD

Text Example


Text Example

White with #EC5AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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