Html Css Color HEX #EC32AD Persian Rose

📋 copy color: '#EC32AD'

red 236 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #EC32AD

Tints of Persian Rose #EC32AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.89%

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

R = 51.42%
G = 10.89%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC32AD (or 0xEC32AD) is known color: Persian Rose. HEX triplet: EC, 32 and AD. RGB value is (236,50,173). Sum of RGB (Red+Green+Blue) = 236+50+173=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC32AD is #13CD52. Grayscale: #777777. Windows color (decimal): -1297747 or 11350764. OLE color: 11350764.

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

Color convert

RGB 236 50 173 -
CMYK 0 0.79 0.27 0.07
HSL 320.32º 0.83% 0.56% -
HSV(B) 320.32º 0.79% 0.93% -
XYZ 43.28 23.13 41.72 -
YUV 119.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 236 50 173 0 0.79 0.27 0.07 320.32 0.83 0.56
Hex EC 32 AD 0 4F 1B 7 140 53 38
Octal 354 62 255 0 117 33 7 500 123 70
Binary 11101100 110010 10101101 0 1001111 11011 111 101000000 1010011 111000

Color Harmonies of #EC32AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC32AD

Black with #EC32AD

Text Example


Text Example

White with #EC32AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC32AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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