Html Css Color HEX #EC2BAD Persian Rose

📋 copy color: '#EC2BAD'

red 236 ◦ green 43 ◦ blue 173

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

Shades of Persian Rose #EC2BAD

Tints of Persian Rose #EC2BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 52.21%
G = 9.51%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC2BAD (or 0xEC2BAD) is known color: Persian Rose. HEX triplet: EC, 2B and AD. RGB value is (236,43,173). Sum of RGB (Red+Green+Blue) = 236+43+173=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BAD is #13D452. Grayscale: #737373. Windows color (decimal): -1299539 or 11348972. OLE color: 11348972.

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

Color convert

RGB 236 43 173 -
CMYK 0 0.82 0.27 0.07
HSL 319.59º 0.84% 0.55% -
HSV(B) 319.59º 0.82% 0.93% -
XYZ 43 22.58 41.63 -
YUV 115.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 236 43 173 0 0.82 0.27 0.07 319.59 0.84 0.55
Hex EC 2B AD 0 52 1B 7 140 54 37
Octal 354 53 255 0 122 33 7 500 124 67
Binary 11101100 101011 10101101 0 1010010 11011 111 101000000 1010100 110111

Color Harmonies of #EC2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2BAD

Black with #EC2BAD

Text Example


Text Example

White with #EC2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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