Html Css Color HEX #EC2299 Persian Rose

📋 copy color: '#EC2299'

red 236 ◦ green 34 ◦ blue 153

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

Shades of Persian Rose #EC2299

Tints of Persian Rose #EC2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.04%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 55.79%
G = 8.04%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC2299 (or 0xEC2299) is known color: Persian Rose. HEX triplet: EC, 22 and 99. RGB value is (236,34,153). Sum of RGB (Red+Green+Blue) = 236+34+153=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2299 is #13DD66. Grayscale: #6B6B6B. Windows color (decimal): -1301863 or 10035948. OLE color: 10035948.

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

Color convert

RGB 236 34 153 -
CMYK 0 0.86 0.35 0.07
HSL 324.65º 0.84% 0.53% -
HSV(B) 324.65º 0.86% 0.93% -
XYZ 40.91 21.28 32.09 -
YUV 107.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 236 34 153 0 0.86 0.35 0.07 324.65 0.84 0.53
Hex EC 22 99 0 56 23 7 145 54 35
Octal 354 42 231 0 126 43 7 505 124 65
Binary 11101100 100010 10011001 0 1010110 100011 111 101000101 1010100 110101

Color Harmonies of #EC2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2299

Black with #EC2299

Text Example


Text Example

White with #EC2299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2299; }

 p { color: rgb(236,34,153); }

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

background-color css

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

 a { background-color: rgb(236,34,153); }

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

border-color css

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

 span { border-color: rgb(236,34,153); }

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