Html Css Color HEX #EC32AF Persian Rose

📋 copy color: '#EC32AF'

red 236 ◦ green 50 ◦ blue 175

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

Shades of Persian Rose #EC32AF

Tints of Persian Rose #EC32AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.96%

R = 51.19%
G = 10.85%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC32AF (or 0xEC32AF) is known color: Persian Rose. HEX triplet: EC, 32 and AF. RGB value is (236,50,175). Sum of RGB (Red+Green+Blue) = 236+50+175=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC32AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC32AF is #13CD50. Grayscale: #777777. Windows color (decimal): -1297745 or 11481836. OLE color: 11481836.

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

Color convert

RGB 236 50 175 -
CMYK 0 0.79 0.26 0.07
HSL 319.68º 0.83% 0.56% -
HSV(B) 319.68º 0.79% 0.93% -
XYZ 43.47 23.21 42.75 -
YUV 119.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 236 50 175 0 0.79 0.26 0.07 319.68 0.83 0.56
Hex EC 32 AF 0 4F 1A 7 140 53 38
Octal 354 62 257 0 117 32 7 500 123 70
Binary 11101100 110010 10101111 0 1001111 11010 111 101000000 1010011 111000

Color Harmonies of #EC32AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC32AF

Black with #EC32AF

Text Example


Text Example

White with #EC32AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC32AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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