Html Css Color HEX #EC38AE Persian Rose

📋 copy color: '#EC38AE'

red 236 ◦ green 56 ◦ blue 174

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

Shades of Persian Rose #EC38AE

Tints of Persian Rose #EC38AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.34%

R = 50.64%
G = 12.02%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC38AE (or 0xEC38AE) is known color: Persian Rose. HEX triplet: EC, 38 and AE. RGB value is (236,56,174). Sum of RGB (Red+Green+Blue) = 236+56+174=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC38AE is #13C751. Grayscale: #7A7A7A. Windows color (decimal): -1296210 or 11417836. OLE color: 11417836.

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

Color convert

RGB 236 56 174 -
CMYK 0 0.76 0.26 0.07
HSL 320.67º 0.83% 0.57% -
HSV(B) 320.67º 0.76% 0.93% -
XYZ 43.65 23.72 42.32 -
YUV 123.27 156.63 208.41 -
System Red Green Blue C M Y K H S L
Decimal 236 56 174 0 0.76 0.26 0.07 320.67 0.83 0.57
Hex EC 38 AE 0 4C 1A 7 141 53 39
Octal 354 70 256 0 114 32 7 501 123 71
Binary 11101100 111000 10101110 0 1001100 11010 111 101000001 1010011 111001

Color Harmonies of #EC38AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC38AE

Black with #EC38AE

Text Example


Text Example

White with #EC38AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC38AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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