Html Css Color HEX #EC279B Persian Rose

📋 copy color: '#EC279B'

red 236 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #EC279B

Tints of Persian Rose #EC279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.07%

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

R = 54.88%
G = 9.07%
B = 36.05%

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

#EC279B (or 0xEC279B) is known color: Persian Rose. HEX triplet: EC, 27 and 9B. RGB value is (236,39,155). Sum of RGB (Red+Green+Blue) = 236+39+155=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC279B is #13D864. Grayscale: #6E6E6E. Windows color (decimal): -1300581 or 10168300. OLE color: 10168300.

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

Color convert

RGB 236 39 155 -
CMYK 0 0.83 0.34 0.07
HSL 324.67º 0.84% 0.54% -
HSV(B) 324.67º 0.83% 0.93% -
XYZ 41.23 21.65 33.02 -
YUV 111.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 236 39 155 0 0.83 0.34 0.07 324.67 0.84 0.54
Hex EC 27 9B 0 53 22 7 145 54 36
Octal 354 47 233 0 123 42 7 505 124 66
Binary 11101100 100111 10011011 0 1010011 100010 111 101000101 1010100 110110

Color Harmonies of #EC279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC279B

Black with #EC279B

Text Example


Text Example

White with #EC279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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