Html Css Color HEX #EC2BAA Persian Rose

📋 copy color: '#EC2BAA'

red 236 ◦ green 43 ◦ blue 170

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

Shades of Persian Rose #EC2BAA

Tints of Persian Rose #EC2BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 52.56%
G = 9.58%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC2BAA (or 0xEC2BAA) is known color: Persian Rose. HEX triplet: EC, 2B and AA. RGB value is (236,43,170). Sum of RGB (Red+Green+Blue) = 236+43+170=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BAA is #13D455. Grayscale: #727272. Windows color (decimal): -1299542 or 11152364. OLE color: 11152364.

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

Color convert

RGB 236 43 170 -
CMYK 0 0.82 0.28 0.07
HSL 320.52º 0.84% 0.55% -
HSV(B) 320.52º 0.82% 0.93% -
XYZ 42.71 22.46 40.11 -
YUV 115.19 158.94 214.17 -
System Red Green Blue C M Y K H S L
Decimal 236 43 170 0 0.82 0.28 0.07 320.52 0.84 0.55
Hex EC 2B AA 0 52 1C 7 141 54 37
Octal 354 53 252 0 122 34 7 501 124 67
Binary 11101100 101011 10101010 0 1010010 11100 111 101000001 1010100 110111

Color Harmonies of #EC2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2BAA

Black with #EC2BAA

Text Example


Text Example

White with #EC2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2BAA; }

 p { color: rgb(236,43,170); }

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

background-color css

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

 a { background-color: rgb(236,43,170); }

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

border-color css

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

 span { border-color: rgb(236,43,170); }

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