Html Css Color HEX #EB2097 Persian Rose

📋 copy color: '#EB2097'

red 235 ◦ green 32 ◦ blue 151

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

Shades of Persian Rose #EB2097

Tints of Persian Rose #EB2097

RGB

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

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

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

R = 56.22%
G = 7.66%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EB2097 (or 0xEB2097) is known color: Persian Rose. HEX triplet: EB, 20 and 97. RGB value is (235,32,151). Sum of RGB (Red+Green+Blue) = 235+32+151=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2097 is #14DF68. Grayscale: #696969. Windows color (decimal): -1367913 or 9904363. OLE color: 9904363.

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

Color convert

RGB 235 32 151 -
CMYK 0 0.86 0.36 0.08
HSL 324.83º 0.84% 0.52% -
HSV(B) 324.83º 0.86% 0.92% -
XYZ 40.36 20.93 31.19 -
YUV 106.26 153.25 219.82 -
System Red Green Blue C M Y K H S L
Decimal 235 32 151 0 0.86 0.36 0.08 324.83 0.84 0.52
Hex EB 20 97 0 56 24 8 145 54 34
Octal 353 40 227 0 126 44 10 505 124 64
Binary 11101011 100000 10010111 0 1010110 100100 1000 101000101 1010100 110100

Color Harmonies of #EB2097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2097

Black with #EB2097

Text Example


Text Example

White with #EB2097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2097; }

 p { color: rgb(235,32,151); }

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

background-color css

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

 a { background-color: rgb(235,32,151); }

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

border-color css

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

 span { border-color: rgb(235,32,151); }

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