Html Css Color HEX #EC289E Persian Rose

📋 copy color: '#EC289E'

red 236 ◦ green 40 ◦ blue 158

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

Shades of Persian Rose #EC289E

Tints of Persian Rose #EC289E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.41%

R = 54.38%
G = 9.22%
B = 36.41%

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

#EC289E (or 0xEC289E) is known color: Persian Rose. HEX triplet: EC, 28 and 9E. RGB value is (236,40,158). Sum of RGB (Red+Green+Blue) = 236+40+158=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC289E is #13D761. Grayscale: #6F6F6F. Windows color (decimal): -1300322 or 10365164. OLE color: 10365164.

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

Color convert

RGB 236 40 158 -
CMYK 0 0.83 0.33 0.07
HSL 323.88º 0.84% 0.54% -
HSV(B) 323.88º 0.83% 0.93% -
XYZ 41.52 21.82 34.37 -
YUV 112.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 236 40 158 0 0.83 0.33 0.07 323.88 0.84 0.54
Hex EC 28 9E 0 53 21 7 144 54 36
Octal 354 50 236 0 123 41 7 504 124 66
Binary 11101100 101000 10011110 0 1010011 100001 111 101000100 1010100 110110

Color Harmonies of #EC289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC289E

Black with #EC289E

Text Example


Text Example

White with #EC289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC289E; }

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

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

background-color css

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

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

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

border-color css

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

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

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