Html Css Color HEX #EC5DAC Brilliant Rose

📋 copy color: '#EC5DAC'

red 236 ◦ green 93 ◦ blue 172

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

Shades of Brilliant Rose #EC5DAC

Tints of Brilliant Rose #EC5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.56%

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

R = 47.11%
G = 18.56%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC5DAC (or 0xEC5DAC) is known color: Brilliant Rose. HEX triplet: EC, 5D and AC. RGB value is (236,93,172). Sum of RGB (Red+Green+Blue) = 236+93+172=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5DAC is #13A253. Grayscale: #909090. Windows color (decimal): -1286740 or 11296236. OLE color: 11296236.

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

Color convert

RGB 236 93 172 -
CMYK 0 0.61 0.27 0.07
HSL 326.85º 0.79% 0.65% -
HSV(B) 326.85º 0.61% 0.93% -
XYZ 45.95 28.64 42.14 -
YUV 144.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 236 93 172 0 0.61 0.27 0.07 326.85 0.79 0.65
Hex EC 5D AC 0 3D 1B 7 147 4F 41
Octal 354 135 254 0 75 33 7 507 117 101
Binary 11101100 1011101 10101100 0 111101 11011 111 101000111 1001111 1000001

Color Harmonies of #EC5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DAC

Black with #EC5DAC

Text Example


Text Example

White with #EC5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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