Html Css Color HEX #EC2796 Persian Rose

📋 copy color: '#EC2796'

red 236 ◦ green 39 ◦ blue 150

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

Shades of Persian Rose #EC2796

Tints of Persian Rose #EC2796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 55.53%
G = 9.18%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC2796 (or 0xEC2796) is known color: Persian Rose. HEX triplet: EC, 27 and 96. RGB value is (236,39,150). Sum of RGB (Red+Green+Blue) = 236+39+150=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2796 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2796 is #13D869. Grayscale: #6E6E6E. Windows color (decimal): -1300586 or 9840620. OLE color: 9840620.

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

Color convert

RGB 236 39 150 -
CMYK 0 0.83 0.36 0.07
HSL 326.19º 0.84% 0.54% -
HSV(B) 326.19º 0.83% 0.93% -
XYZ 40.82 21.49 30.85 -
YUV 110.56 150.27 217.47 -
System Red Green Blue C M Y K H S L
Decimal 236 39 150 0 0.83 0.36 0.07 326.19 0.84 0.54
Hex EC 27 96 0 53 24 7 146 54 36
Octal 354 47 226 0 123 44 7 506 124 66
Binary 11101100 100111 10010110 0 1010011 100100 111 101000110 1010100 110110

Color Harmonies of #EC2796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2796

Black with #EC2796

Text Example


Text Example

White with #EC2796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2796; }

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

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

background-color css

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

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

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

border-color css

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

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

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