Html Css Color HEX #EB209A Persian Rose

📋 copy color: '#EB209A'

red 235 ◦ green 32 ◦ blue 154

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

Shades of Persian Rose #EB209A

Tints of Persian Rose #EB209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.58%

R = 55.82%
G = 7.6%
B = 36.58%

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

#EB209A (or 0xEB209A) is known color: Persian Rose. HEX triplet: EB, 20 and 9A. RGB value is (235,32,154). Sum of RGB (Red+Green+Blue) = 235+32+154=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB209A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB209A is #14DF65. Grayscale: #6A6A6A. Windows color (decimal): -1367910 or 10100971. OLE color: 10100971.

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

Color convert

RGB 235 32 154 -
CMYK 0 0.86 0.34 0.08
HSL 323.94º 0.84% 0.52% -
HSV(B) 323.94º 0.86% 0.92% -
XYZ 40.61 21.03 32.49 -
YUV 106.61 154.75 219.58 -
System Red Green Blue C M Y K H S L
Decimal 235 32 154 0 0.86 0.34 0.08 323.94 0.84 0.52
Hex EB 20 9A 0 56 22 8 144 54 34
Octal 353 40 232 0 126 42 10 504 124 64
Binary 11101011 100000 10011010 0 1010110 100010 1000 101000100 1010100 110100

Color Harmonies of #EB209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB209A

Black with #EB209A

Text Example


Text Example

White with #EB209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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