Html Css Color HEX #EC2198 Persian Rose

📋 copy color: '#EC2198'

red 236 ◦ green 33 ◦ blue 152

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

Shades of Persian Rose #EC2198

Tints of Persian Rose #EC2198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.1%

R = 56.06%
G = 7.84%
B = 36.1%

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

#EC2198 (or 0xEC2198) is known color: Persian Rose. HEX triplet: EC, 21 and 98. RGB value is (236,33,152). Sum of RGB (Red+Green+Blue) = 236+33+152=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2198 is #13DE67. Grayscale: #6A6A6A. Windows color (decimal): -1302120 or 9970156. OLE color: 9970156.

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

Color convert

RGB 236 33 152 -
CMYK 0 0.86 0.36 0.07
HSL 324.83º 0.84% 0.53% -
HSV(B) 324.83º 0.86% 0.93% -
XYZ 40.8 21.19 31.64 -
YUV 107.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 236 33 152 0 0.86 0.36 0.07 324.83 0.84 0.53
Hex EC 21 98 0 56 24 7 145 54 35
Octal 354 41 230 0 126 44 7 505 124 65
Binary 11101100 100001 10011000 0 1010110 100100 111 101000101 1010100 110101

Color Harmonies of #EC2198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2198

Black with #EC2198

Text Example


Text Example

White with #EC2198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2198; }

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

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

background-color css

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

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

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

border-color css

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

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

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