Html Css Color HEX #EC289A Persian Rose

📋 copy color: '#EC289A'

red 236 ◦ green 40 ◦ blue 154

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

Shades of Persian Rose #EC289A

Tints of Persian Rose #EC289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.3%

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

R = 54.88%
G = 9.3%
B = 35.81%

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

#EC289A (or 0xEC289A) is known color: Persian Rose. HEX triplet: EC, 28 and 9A. RGB value is (236,40,154). Sum of RGB (Red+Green+Blue) = 236+40+154=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC289A is #13D765. Grayscale: #6F6F6F. Windows color (decimal): -1300326 or 10103020. OLE color: 10103020.

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

Color convert

RGB 236 40 154 -
CMYK 0 0.83 0.35 0.07
HSL 325.1º 0.84% 0.54% -
HSV(B) 325.1º 0.83% 0.93% -
XYZ 41.18 21.68 32.59 -
YUV 111.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 236 40 154 0 0.83 0.35 0.07 325.1 0.84 0.54
Hex EC 28 9A 0 53 23 7 145 54 36
Octal 354 50 232 0 123 43 7 505 124 66
Binary 11101100 101000 10011010 0 1010011 100011 111 101000101 1010100 110110

Color Harmonies of #EC289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC289A

Black with #EC289A

Text Example


Text Example

White with #EC289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC289A; }

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

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

background-color css

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

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

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

border-color css

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

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

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