Html Css Color HEX #EC38AC Persian Rose

📋 copy color: '#EC38AC'

red 236 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #EC38AC

Tints of Persian Rose #EC38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.07%

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

R = 50.86%
G = 12.07%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC38AC (or 0xEC38AC) is known color: Persian Rose. HEX triplet: EC, 38 and AC. RGB value is (236,56,172). Sum of RGB (Red+Green+Blue) = 236+56+172=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC38AC is #13C753. Grayscale: #7A7A7A. Windows color (decimal): -1296212 or 11286764. OLE color: 11286764.

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

Color convert

RGB 236 56 172 -
CMYK 0 0.76 0.27 0.07
HSL 321.33º 0.83% 0.57% -
HSV(B) 321.33º 0.76% 0.93% -
XYZ 43.45 23.64 41.3 -
YUV 123.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 236 56 172 0 0.76 0.27 0.07 321.33 0.83 0.57
Hex EC 38 AC 0 4C 1B 7 141 53 39
Octal 354 70 254 0 114 33 7 501 123 71
Binary 11101100 111000 10101100 0 1001100 11011 111 101000001 1010011 111001

Color Harmonies of #EC38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38AC

Black with #EC38AC

Text Example


Text Example

White with #EC38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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