Html Css Color HEX #EC5DAB Brilliant Rose

📋 copy color: '#EC5DAB'

red 236 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #EC5DAB

Tints of Brilliant Rose #EC5DAB

RGB

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

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

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

R = 47.2%
G = 18.6%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC5DAB (or 0xEC5DAB) is known color: Brilliant Rose. HEX triplet: EC, 5D and AB. RGB value is (236,93,171). Sum of RGB (Red+Green+Blue) = 236+93+171=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5DAB is #13A254. Grayscale: #909090. Windows color (decimal): -1286741 or 11230700. OLE color: 11230700.

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

Color convert

RGB 236 93 171 -
CMYK 0 0.61 0.28 0.07
HSL 327.27º 0.79% 0.65% -
HSV(B) 327.27º 0.61% 0.93% -
XYZ 45.86 28.6 41.63 -
YUV 144.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 236 93 171 0 0.61 0.28 0.07 327.27 0.79 0.65
Hex EC 5D AB 0 3D 1C 7 147 4F 41
Octal 354 135 253 0 75 34 7 507 117 101
Binary 11101100 1011101 10101011 0 111101 11100 111 101000111 1001111 1000001

Color Harmonies of #EC5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5DAB

Black with #EC5DAB

Text Example


Text Example

White with #EC5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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