Html Css Color HEX #EC2098 Persian Rose

📋 copy color: '#EC2098'

red 236 ◦ green 32 ◦ blue 152

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

Shades of Persian Rose #EC2098

Tints of Persian Rose #EC2098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.62%

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

R = 56.19%
G = 7.62%
B = 36.19%

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

#EC2098 (or 0xEC2098) is known color: Persian Rose. HEX triplet: EC, 20 and 98. RGB value is (236,32,152). Sum of RGB (Red+Green+Blue) = 236+32+152=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2098 is #13DF67. Grayscale: #6A6A6A. Windows color (decimal): -1302376 or 9969900. OLE color: 9969900.

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

Color convert

RGB 236 32 152 -
CMYK 0 0.86 0.36 0.07
HSL 324.71º 0.84% 0.53% -
HSV(B) 324.71º 0.86% 0.93% -
XYZ 40.78 21.13 31.64 -
YUV 106.68 153.59 220.24 -
System Red Green Blue C M Y K H S L
Decimal 236 32 152 0 0.86 0.36 0.07 324.71 0.84 0.53
Hex EC 20 98 0 56 24 7 145 54 35
Octal 354 40 230 0 126 44 7 505 124 65
Binary 11101100 100000 10011000 0 1010110 100100 111 101000101 1010100 110101

Color Harmonies of #EC2098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2098

Black with #EC2098

Text Example


Text Example

White with #EC2098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2098; }

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

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

background-color css

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

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

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

border-color css

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

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

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