Html Css Color HEX #EC289B Persian Rose

📋 copy color: '#EC289B'

red 236 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #EC289B

Tints of Persian Rose #EC289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 54.76%
G = 9.28%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC289B (or 0xEC289B) is known color: Persian Rose. HEX triplet: EC, 28 and 9B. RGB value is (236,40,155). Sum of RGB (Red+Green+Blue) = 236+40+155=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC289B is #13D764. Grayscale: #6F6F6F. Windows color (decimal): -1300325 or 10168556. OLE color: 10168556.

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

Color convert

RGB 236 40 155 -
CMYK 0 0.83 0.34 0.07
HSL 324.8º 0.84% 0.54% -
HSV(B) 324.8º 0.83% 0.93% -
XYZ 41.27 21.72 33.03 -
YUV 111.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 236 40 155 0 0.83 0.34 0.07 324.8 0.84 0.54
Hex EC 28 9B 0 53 22 7 145 54 36
Octal 354 50 233 0 123 42 7 505 124 66
Binary 11101100 101000 10011011 0 1010011 100010 111 101000101 1010100 110110

Color Harmonies of #EC289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC289B

Black with #EC289B

Text Example


Text Example

White with #EC289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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