Html Css Color HEX #EB209B Persian Rose

📋 copy color: '#EB209B'

red 235 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #EB209B

Tints of Persian Rose #EB209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 55.69%
G = 7.58%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB209B (or 0xEB209B) is known color: Persian Rose. HEX triplet: EB, 20 and 9B. RGB value is (235,32,155). Sum of RGB (Red+Green+Blue) = 235+32+155=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB209B is #14DF64. Grayscale: #6A6A6A. Windows color (decimal): -1367909 or 10166507. OLE color: 10166507.

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

Color convert

RGB 235 32 155 -
CMYK 0 0.86 0.34 0.08
HSL 323.65º 0.84% 0.52% -
HSV(B) 323.65º 0.86% 0.92% -
XYZ 40.69 21.06 32.93 -
YUV 106.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 235 32 155 0 0.86 0.34 0.08 323.65 0.84 0.52
Hex EB 20 9B 0 56 22 8 144 54 34
Octal 353 40 233 0 126 42 10 504 124 64
Binary 11101011 100000 10011011 0 1010110 100010 1000 101000100 1010100 110100

Color Harmonies of #EB209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB209B

Black with #EB209B

Text Example


Text Example

White with #EB209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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