Html Css Color HEX #EC3EAB Persian Rose

📋 copy color: '#EC3EAB'

red 236 ◦ green 62 ◦ blue 171

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

Shades of Persian Rose #EC3EAB

Tints of Persian Rose #EC3EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.22%

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 50.32%
G = 13.22%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC3EAB (or 0xEC3EAB) is known color: Persian Rose. HEX triplet: EC, 3E and AB. RGB value is (236,62,171). Sum of RGB (Red+Green+Blue) = 236+62+171=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3EAB is #13C154. Grayscale: #7E7E7E. Windows color (decimal): -1294677 or 11222764. OLE color: 11222764.

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

Color convert

RGB 236 62 171 -
CMYK 0 0.74 0.28 0.07
HSL 322.41º 0.82% 0.58% -
HSV(B) 322.41º 0.74% 0.93% -
XYZ 43.67 24.22 40.9 -
YUV 126.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 236 62 171 0 0.74 0.28 0.07 322.41 0.82 0.58
Hex EC 3E AB 0 4A 1C 7 142 52 3A
Octal 354 76 253 0 112 34 7 502 122 72
Binary 11101100 111110 10101011 0 1001010 11100 111 101000010 1010010 111010

Color Harmonies of #EC3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3EAB

Black with #EC3EAB

Text Example


Text Example

White with #EC3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3EAB; }

 p { color: rgb(236,62,171); }

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

background-color css

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

 a { background-color: rgb(236,62,171); }

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

border-color css

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

 span { border-color: rgb(236,62,171); }

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