Html Css Color HEX #EB289B Persian Rose

📋 copy color: '#EB289B'

red 235 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #EB289B

Tints of Persian Rose #EB289B

RGB

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

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

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

R = 54.65%
G = 9.3%
B = 36.05%

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

#EB289B (or 0xEB289B) is known color: Persian Rose. HEX triplet: EB, 28 and 9B. RGB value is (235,40,155). Sum of RGB (Red+Green+Blue) = 235+40+155=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB289B is #14D764. Grayscale: #6F6F6F. Windows color (decimal): -1365861 or 10168555. OLE color: 10168555.

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

Color convert

RGB 235 40 155 -
CMYK 0 0.83 0.34 0.08
HSL 324.62º 0.83% 0.54% -
HSV(B) 324.62º 0.83% 0.92% -
XYZ 40.94 21.55 33.01 -
YUV 111.42 152.6 216.15 -
System Red Green Blue C M Y K H S L
Decimal 235 40 155 0 0.83 0.34 0.08 324.62 0.83 0.54
Hex EB 28 9B 0 53 22 8 145 53 36
Octal 353 50 233 0 123 42 10 505 123 66
Binary 11101011 101000 10011011 0 1010011 100010 1000 101000101 1010011 110110

Color Harmonies of #EB289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB289B

Black with #EB289B

Text Example


Text Example

White with #EB289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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