Html Css Color HEX #EC3BAE Persian Rose

📋 copy color: '#EC3BAE'

red 236 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #EC3BAE

Tints of Persian Rose #EC3BAE

RGB

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

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

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

R = 50.32%
G = 12.58%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC3BAE (or 0xEC3BAE) is known color: Persian Rose. HEX triplet: EC, 3B and AE. RGB value is (236,59,174). Sum of RGB (Red+Green+Blue) = 236+59+174=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3BAE is #13C451. Grayscale: #7C7C7C. Windows color (decimal): -1295442 or 11418604. OLE color: 11418604.

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

Color convert

RGB 236 59 174 -
CMYK 0 0.75 0.26 0.07
HSL 321.02º 0.82% 0.58% -
HSV(B) 321.02º 0.75% 0.93% -
XYZ 43.8 24.02 42.37 -
YUV 125.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 236 59 174 0 0.75 0.26 0.07 321.02 0.82 0.58
Hex EC 3B AE 0 4B 1A 7 141 52 3A
Octal 354 73 256 0 113 32 7 501 122 72
Binary 11101100 111011 10101110 0 1001011 11010 111 101000001 1010010 111010

Color Harmonies of #EC3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3BAE

Black with #EC3BAE

Text Example


Text Example

White with #EC3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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