Html Css Color HEX #EC299C Persian Rose

📋 copy color: '#EC299C'

red 236 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #EC299C

Tints of Persian Rose #EC299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.47%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 54.5%
G = 9.47%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC299C (or 0xEC299C) is known color: Persian Rose. HEX triplet: EC, 29 and 9C. RGB value is (236,41,156). Sum of RGB (Red+Green+Blue) = 236+41+156=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC299C is #13D663. Grayscale: #707070. Windows color (decimal): -1300068 or 10234348. OLE color: 10234348.

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

Color convert

RGB 236 41 156 -
CMYK 0 0.83 0.34 0.07
HSL 324.62º 0.84% 0.54% -
HSV(B) 324.62º 0.83% 0.93% -
XYZ 41.39 21.82 33.48 -
YUV 112.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 236 41 156 0 0.83 0.34 0.07 324.62 0.84 0.54
Hex EC 29 9C 0 53 22 7 145 54 36
Octal 354 51 234 0 123 42 7 505 124 66
Binary 11101100 101001 10011100 0 1010011 100010 111 101000101 1010100 110110

Color Harmonies of #EC299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC299C

Black with #EC299C

Text Example


Text Example

White with #EC299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC299C; }

 p { color: rgb(236,41,156); }

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

background-color css

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

 a { background-color: rgb(236,41,156); }

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

border-color css

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

 span { border-color: rgb(236,41,156); }

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