Html Css Color HEX #EC29AD Persian Rose

📋 copy color: '#EC29AD'

red 236 ◦ green 41 ◦ blue 173

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

Shades of Persian Rose #EC29AD

Tints of Persian Rose #EC29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.11%

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

R = 52.44%
G = 9.11%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC29AD (or 0xEC29AD) is known color: Persian Rose. HEX triplet: EC, 29 and AD. RGB value is (236,41,173). Sum of RGB (Red+Green+Blue) = 236+41+173=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC29AD is #13D652. Grayscale: #727272. Windows color (decimal): -1300051 or 11348460. OLE color: 11348460.

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

Color convert

RGB 236 41 173 -
CMYK 0 0.83 0.27 0.07
HSL 319.38º 0.84% 0.54% -
HSV(B) 319.38º 0.83% 0.93% -
XYZ 42.93 22.44 41.6 -
YUV 114.35 161.1 214.77 -
System Red Green Blue C M Y K H S L
Decimal 236 41 173 0 0.83 0.27 0.07 319.38 0.84 0.54
Hex EC 29 AD 0 53 1B 7 13F 54 36
Octal 354 51 255 0 123 33 7 477 124 66
Binary 11101100 101001 10101101 0 1010011 11011 111 100111111 1010100 110110

Color Harmonies of #EC29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC29AD

Black with #EC29AD

Text Example


Text Example

White with #EC29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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