Html Css Color HEX #EC299A Persian Rose

📋 copy color: '#EC299A'

red 236 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #EC299A

Tints of Persian Rose #EC299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 54.76%
G = 9.51%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC299A (or 0xEC299A) is known color: Persian Rose. HEX triplet: EC, 29 and 9A. RGB value is (236,41,154). Sum of RGB (Red+Green+Blue) = 236+41+154=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC299A is #13D665. Grayscale: #6F6F6F. Windows color (decimal): -1300070 or 10103276. OLE color: 10103276.

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

Color convert

RGB 236 41 154 -
CMYK 0 0.83 0.35 0.07
HSL 325.23º 0.84% 0.54% -
HSV(B) 325.23º 0.83% 0.93% -
XYZ 41.22 21.75 32.6 -
YUV 112.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 236 41 154 0 0.83 0.35 0.07 325.23 0.84 0.54
Hex EC 29 9A 0 53 23 7 145 54 36
Octal 354 51 232 0 123 43 7 505 124 66
Binary 11101100 101001 10011010 0 1010011 100011 111 101000101 1010100 110110

Color Harmonies of #EC299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC299A

Black with #EC299A

Text Example


Text Example

White with #EC299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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