Html Css Color HEX #EC3FAE Persian Rose

📋 copy color: '#EC3FAE'

red 236 ◦ green 63 ◦ blue 174

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

Shades of Persian Rose #EC3FAE

Tints of Persian Rose #EC3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.32%

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

R = 49.89%
G = 13.32%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC3FAE (or 0xEC3FAE) is known color: Persian Rose. HEX triplet: EC, 3F and AE. RGB value is (236,63,174). Sum of RGB (Red+Green+Blue) = 236+63+174=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FAE is #13C051. Grayscale: #7F7F7F. Windows color (decimal): -1294418 or 11419628. OLE color: 11419628.

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

Color convert

RGB 236 63 174 -
CMYK 0 0.73 0.26 0.07
HSL 321.5º 0.82% 0.59% -
HSV(B) 321.5º 0.73% 0.93% -
XYZ 44.01 24.44 42.44 -
YUV 127.38 154.31 205.47 -
System Red Green Blue C M Y K H S L
Decimal 236 63 174 0 0.73 0.26 0.07 321.5 0.82 0.59
Hex EC 3F AE 0 49 1A 7 142 52 3B
Octal 354 77 256 0 111 32 7 502 122 73
Binary 11101100 111111 10101110 0 1001001 11010 111 101000010 1010010 111011

Color Harmonies of #EC3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FAE

Black with #EC3FAE

Text Example


Text Example

White with #EC3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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