Html Css Color HEX #EC299D Persian Rose

📋 copy color: '#EC299D'

red 236 ◦ green 41 ◦ blue 157

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

Shades of Persian Rose #EC299D

Tints of Persian Rose #EC299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 54.38%
G = 9.45%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC299D (or 0xEC299D) is known color: Persian Rose. HEX triplet: EC, 29 and 9D. RGB value is (236,41,157). Sum of RGB (Red+Green+Blue) = 236+41+157=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC299D is #13D662. Grayscale: #707070. Windows color (decimal): -1300067 or 10299884. OLE color: 10299884.

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

Color convert

RGB 236 41 157 -
CMYK 0 0.83 0.33 0.07
HSL 324.31º 0.84% 0.54% -
HSV(B) 324.31º 0.83% 0.93% -
XYZ 41.47 21.85 33.93 -
YUV 112.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 236 41 157 0 0.83 0.33 0.07 324.31 0.84 0.54
Hex EC 29 9D 0 53 21 7 144 54 36
Octal 354 51 235 0 123 41 7 504 124 66
Binary 11101100 101001 10011101 0 1010011 100001 111 101000100 1010100 110110

Color Harmonies of #EC299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC299D

Black with #EC299D

Text Example


Text Example

White with #EC299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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