Html Css Color HEX #EC289D Persian Rose

📋 copy color: '#EC289D'

red 236 ◦ green 40 ◦ blue 157

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

Shades of Persian Rose #EC289D

Tints of Persian Rose #EC289D

RGB

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

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

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

R = 54.5%
G = 9.24%
B = 36.26%

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

#EC289D (or 0xEC289D) is known color: Persian Rose. HEX triplet: EC, 28 and 9D. RGB value is (236,40,157). Sum of RGB (Red+Green+Blue) = 236+40+157=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC289D is #13D762. Grayscale: #6F6F6F. Windows color (decimal): -1300323 or 10299628. OLE color: 10299628.

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

Color convert

RGB 236 40 157 -
CMYK 0 0.83 0.33 0.07
HSL 324.18º 0.84% 0.54% -
HSV(B) 324.18º 0.83% 0.93% -
XYZ 41.44 21.78 33.92 -
YUV 111.94 153.43 216.49 -
System Red Green Blue C M Y K H S L
Decimal 236 40 157 0 0.83 0.33 0.07 324.18 0.84 0.54
Hex EC 28 9D 0 53 21 7 144 54 36
Octal 354 50 235 0 123 41 7 504 124 66
Binary 11101100 101000 10011101 0 1010011 100001 111 101000100 1010100 110110

Color Harmonies of #EC289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC289D

Black with #EC289D

Text Example


Text Example

White with #EC289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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