Html Css Color HEX #EB2199 Persian Rose

📋 copy color: '#EB2199'

red 235 ◦ green 33 ◦ blue 153

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

Shades of Persian Rose #EB2199

Tints of Persian Rose #EB2199

RGB

 RED value IS 235 (92.19% from 255) = 55.82%

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

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 55.82%
G = 7.84%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB2199 (or 0xEB2199) is known color: Persian Rose. HEX triplet: EB, 21 and 99. RGB value is (235,33,153). Sum of RGB (Red+Green+Blue) = 235+33+153=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2199 is #14DE66. Grayscale: #6A6A6A. Windows color (decimal): -1367655 or 10035691. OLE color: 10035691.

HSL color Cylindrical-coordinate representation of color #EB2199: hue angle of 324.36º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2199 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 153 -
CMYK 0 0.86 0.35 0.08
HSL 324.36º 0.83% 0.53% -
HSV(B) 324.36º 0.86% 0.92% -
XYZ 40.55 21.05 32.06 -
YUV 107.08 153.92 219.24 -
System Red Green Blue C M Y K H S L
Decimal 235 33 153 0 0.86 0.35 0.08 324.36 0.83 0.53
Hex EB 21 99 0 56 23 8 144 53 35
Octal 353 41 231 0 126 43 10 504 123 65
Binary 11101011 100001 10011001 0 1010110 100011 1000 101000100 1010011 110101

Color Harmonies of #EB2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2199

Black with #EB2199

Text Example


Text Example

White with #EB2199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2199; }

 p { color: rgb(235,33,153); }

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

background-color css

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

 a { background-color: rgb(235,33,153); }

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

border-color css

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

 span { border-color: rgb(235,33,153); }

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