Html Css Color HEX #EC2296 Persian Rose

📋 copy color: '#EC2296'

red 236 ◦ green 34 ◦ blue 150

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

Shades of Persian Rose #EC2296

Tints of Persian Rose #EC2296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.1%

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

R = 56.19%
G = 8.1%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC2296 (or 0xEC2296) is known color: Persian Rose. HEX triplet: EC, 22 and 96. RGB value is (236,34,150). Sum of RGB (Red+Green+Blue) = 236+34+150=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2296 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2296 is #13DD69. Grayscale: #6B6B6B. Windows color (decimal): -1301866 or 9839340. OLE color: 9839340.

HSL color Cylindrical-coordinate representation of color #EC2296: hue angle of 325.54º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2296 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 34 150 -
CMYK 0 0.86 0.36 0.07
HSL 325.54º 0.84% 0.53% -
HSV(B) 325.54º 0.86% 0.93% -
XYZ 40.67 21.18 30.8 -
YUV 107.62 151.92 219.57 -
System Red Green Blue C M Y K H S L
Decimal 236 34 150 0 0.86 0.36 0.07 325.54 0.84 0.53
Hex EC 22 96 0 56 24 7 146 54 35
Octal 354 42 226 0 126 44 7 506 124 65
Binary 11101100 100010 10010110 0 1010110 100100 111 101000110 1010100 110101

Color Harmonies of #EC2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2296

Black with #EC2296

Text Example


Text Example

White with #EC2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2296; }

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

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

background-color css

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

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

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

border-color css

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

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

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