Html Css Color HEX #EB209D Persian Rose

📋 copy color: '#EB209D'

red 235 ◦ green 32 ◦ blue 157

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

Shades of Persian Rose #EB209D

Tints of Persian Rose #EB209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 55.42%
G = 7.55%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB209D (or 0xEB209D) is known color: Persian Rose. HEX triplet: EB, 20 and 9D. RGB value is (235,32,157). Sum of RGB (Red+Green+Blue) = 235+32+157=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB209D is #14DF62. Grayscale: #6A6A6A. Windows color (decimal): -1367907 or 10297579. OLE color: 10297579.

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

Color convert

RGB 235 32 157 -
CMYK 0 0.86 0.33 0.08
HSL 323.05º 0.84% 0.52% -
HSV(B) 323.05º 0.86% 0.92% -
XYZ 40.86 21.13 33.82 -
YUV 106.95 156.25 219.34 -
System Red Green Blue C M Y K H S L
Decimal 235 32 157 0 0.86 0.33 0.08 323.05 0.84 0.52
Hex EB 20 9D 0 56 21 8 143 54 34
Octal 353 40 235 0 126 41 10 503 124 64
Binary 11101011 100000 10011101 0 1010110 100001 1000 101000011 1010100 110100

Color Harmonies of #EB209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB209D

Black with #EB209D

Text Example


Text Example

White with #EB209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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