Html Css Color HEX #EC2197 Persian Rose

📋 copy color: '#EC2197'

red 236 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #EC2197

Tints of Persian Rose #EC2197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.86%

 BLUE value IS 151 (59.38% from 255) = 35.95%

R = 56.19%
G = 7.86%
B = 35.95%

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

#EC2197 (or 0xEC2197) is known color: Persian Rose. HEX triplet: EC, 21 and 97. RGB value is (236,33,151). Sum of RGB (Red+Green+Blue) = 236+33+151=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2197 is #13DE68. Grayscale: #6A6A6A. Windows color (decimal): -1302121 or 9904620. OLE color: 9904620.

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

Color convert

RGB 236 33 151 -
CMYK 0 0.86 0.36 0.07
HSL 325.12º 0.84% 0.53% -
HSV(B) 325.12º 0.86% 0.93% -
XYZ 40.72 21.15 31.22 -
YUV 107.15 152.75 219.91 -
System Red Green Blue C M Y K H S L
Decimal 236 33 151 0 0.86 0.36 0.07 325.12 0.84 0.53
Hex EC 21 97 0 56 24 7 145 54 35
Octal 354 41 227 0 126 44 7 505 124 65
Binary 11101100 100001 10010111 0 1010110 100100 111 101000101 1010100 110101

Color Harmonies of #EC2197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2197

Black with #EC2197

Text Example


Text Example

White with #EC2197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2197; }

 p { color: rgb(236,33,151); }

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

background-color css

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

 a { background-color: rgb(236,33,151); }

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

border-color css

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

 span { border-color: rgb(236,33,151); }

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