Html Css Color HEX #EC279C Persian Rose

📋 copy color: '#EC279C'

red 236 ◦ green 39 ◦ blue 156

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

Shades of Persian Rose #EC279C

Tints of Persian Rose #EC279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 54.76%
G = 9.05%
B = 36.19%

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

#EC279C (or 0xEC279C) is known color: Persian Rose. HEX triplet: EC, 27 and 9C. RGB value is (236,39,156). Sum of RGB (Red+Green+Blue) = 236+39+156=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC279C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC279C is #13D863. Grayscale: #6E6E6E. Windows color (decimal): -1300580 or 10233836. OLE color: 10233836.

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

Color convert

RGB 236 39 156 -
CMYK 0 0.83 0.34 0.07
HSL 324.37º 0.84% 0.54% -
HSV(B) 324.37º 0.83% 0.93% -
XYZ 41.32 21.68 33.46 -
YUV 111.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 236 39 156 0 0.83 0.34 0.07 324.37 0.84 0.54
Hex EC 27 9C 0 53 22 7 144 54 36
Octal 354 47 234 0 123 42 7 504 124 66
Binary 11101100 100111 10011100 0 1010011 100010 111 101000100 1010100 110110

Color Harmonies of #EC279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC279C

Black with #EC279C

Text Example


Text Example

White with #EC279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC279C; }

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

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

background-color css

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

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

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

border-color css

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

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

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