Html Css Color HEX #EB289C Persian Rose

📋 copy color: '#EB289C'

red 235 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #EB289C

Tints of Persian Rose #EB289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 54.52%
G = 9.28%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB289C (or 0xEB289C) is known color: Persian Rose. HEX triplet: EB, 28 and 9C. RGB value is (235,40,156). Sum of RGB (Red+Green+Blue) = 235+40+156=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB289C is #14D763. Grayscale: #6F6F6F. Windows color (decimal): -1365860 or 10234091. OLE color: 10234091.

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

Color convert

RGB 235 40 156 -
CMYK 0 0.83 0.34 0.08
HSL 324.31º 0.83% 0.54% -
HSV(B) 324.31º 0.83% 0.92% -
XYZ 41.02 21.58 33.46 -
YUV 111.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 235 40 156 0 0.83 0.34 0.08 324.31 0.83 0.54
Hex EB 28 9C 0 53 22 8 144 53 36
Octal 353 50 234 0 123 42 10 504 123 66
Binary 11101011 101000 10011100 0 1010011 100010 1000 101000100 1010011 110110

Color Harmonies of #EB289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB289C

Black with #EB289C

Text Example


Text Example

White with #EB289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB289C; }

 p { color: rgb(235,40,156); }

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

background-color css

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

 a { background-color: rgb(235,40,156); }

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

border-color css

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

 span { border-color: rgb(235,40,156); }

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