Html Css Color HEX #EC3BAC Persian Rose

📋 copy color: '#EC3BAC'

red 236 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #EC3BAC

Tints of Persian Rose #EC3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.63%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 50.54%
G = 12.63%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC3BAC (or 0xEC3BAC) is known color: Persian Rose. HEX triplet: EC, 3B and AC. RGB value is (236,59,172). Sum of RGB (Red+Green+Blue) = 236+59+172=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3BAC is #13C453. Grayscale: #7C7C7C. Windows color (decimal): -1295444 or 11287532. OLE color: 11287532.

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

Color convert

RGB 236 59 172 -
CMYK 0 0.75 0.27 0.07
HSL 321.69º 0.82% 0.58% -
HSV(B) 321.69º 0.75% 0.93% -
XYZ 43.6 23.94 41.35 -
YUV 124.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 236 59 172 0 0.75 0.27 0.07 321.69 0.82 0.58
Hex EC 3B AC 0 4B 1B 7 142 52 3A
Octal 354 73 254 0 113 33 7 502 122 72
Binary 11101100 111011 10101100 0 1001011 11011 111 101000010 1010010 111010

Color Harmonies of #EC3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3BAC

Black with #EC3BAC

Text Example


Text Example

White with #EC3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3BAC; }

 p { color: rgb(236,59,172); }

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

background-color css

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

 a { background-color: rgb(236,59,172); }

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

border-color css

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

 span { border-color: rgb(236,59,172); }

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