Html Css Color HEX #EC279E Persian Rose

📋 copy color: '#EC279E'

red 236 ◦ green 39 ◦ blue 158

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

Shades of Persian Rose #EC279E

Tints of Persian Rose #EC279E

RGB

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

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

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

R = 54.5%
G = 9.01%
B = 36.49%

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

#EC279E (or 0xEC279E) is known color: Persian Rose. HEX triplet: EC, 27 and 9E. RGB value is (236,39,158). Sum of RGB (Red+Green+Blue) = 236+39+158=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC279E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC279E is #13D861. Grayscale: #6F6F6F. Windows color (decimal): -1300578 or 10364908. OLE color: 10364908.

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

Color convert

RGB 236 39 158 -
CMYK 0 0.83 0.33 0.07
HSL 323.76º 0.84% 0.54% -
HSV(B) 323.76º 0.83% 0.93% -
XYZ 41.49 21.75 34.36 -
YUV 111.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 236 39 158 0 0.83 0.33 0.07 323.76 0.84 0.54
Hex EC 27 9E 0 53 21 7 144 54 36
Octal 354 47 236 0 123 41 7 504 124 66
Binary 11101100 100111 10011110 0 1010011 100001 111 101000100 1010100 110110

Color Harmonies of #EC279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC279E

Black with #EC279E

Text Example


Text Example

White with #EC279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC279E; }

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

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

background-color css

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

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

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

border-color css

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

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

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