Html Css Color HEX #EC32AA Persian Rose

📋 copy color: '#EC32AA'

red 236 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #EC32AA

Tints of Persian Rose #EC32AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 51.75%
G = 10.96%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC32AA (or 0xEC32AA) is known color: Persian Rose. HEX triplet: EC, 32 and AA. RGB value is (236,50,170). Sum of RGB (Red+Green+Blue) = 236+50+170=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC32AA is #13CD55. Grayscale: #777777. Windows color (decimal): -1297750 or 11154156. OLE color: 11154156.

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

Color convert

RGB 236 50 170 -
CMYK 0 0.79 0.28 0.07
HSL 321.29º 0.83% 0.56% -
HSV(B) 321.29º 0.79% 0.93% -
XYZ 42.99 23.02 40.21 -
YUV 119.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 236 50 170 0 0.79 0.28 0.07 321.29 0.83 0.56
Hex EC 32 AA 0 4F 1C 7 141 53 38
Octal 354 62 252 0 117 34 7 501 123 70
Binary 11101100 110010 10101010 0 1001111 11100 111 101000001 1010011 111000

Color Harmonies of #EC32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC32AA

Black with #EC32AA

Text Example


Text Example

White with #EC32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC32AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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