Html Css Color HEX #EC239A Persian Rose

📋 copy color: '#EC239A'

red 236 ◦ green 35 ◦ blue 154

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

Shades of Persian Rose #EC239A

Tints of Persian Rose #EC239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.24%

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

R = 55.53%
G = 8.24%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC239A (or 0xEC239A) is known color: Persian Rose. HEX triplet: EC, 23 and 9A. RGB value is (236,35,154). Sum of RGB (Red+Green+Blue) = 236+35+154=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 35 (14.06% from 255 or 8.24% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC239A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC239A is #13DC65. Grayscale: #6C6C6C. Windows color (decimal): -1301606 or 10101740. OLE color: 10101740.

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

Color convert

RGB 236 35 154 -
CMYK 0 0.85 0.35 0.07
HSL 324.48º 0.84% 0.53% -
HSV(B) 324.48º 0.85% 0.93% -
XYZ 41.03 21.37 32.53 -
YUV 108.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 236 35 154 0 0.85 0.35 0.07 324.48 0.84 0.53
Hex EC 23 9A 0 55 23 7 144 54 35
Octal 354 43 232 0 125 43 7 504 124 65
Binary 11101100 100011 10011010 0 1010101 100011 111 101000100 1010100 110101

Color Harmonies of #EC239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC239A

Black with #EC239A

Text Example


Text Example

White with #EC239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC239A; }

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

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

background-color css

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

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

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

border-color css

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

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

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