Html Css Color HEX #EB289D Persian Rose

📋 copy color: '#EB289D'

red 235 ◦ green 40 ◦ blue 157

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

Shades of Persian Rose #EB289D

Tints of Persian Rose #EB289D

RGB

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

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

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

R = 54.4%
G = 9.26%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB289D (or 0xEB289D) is known color: Persian Rose. HEX triplet: EB, 28 and 9D. RGB value is (235,40,157). Sum of RGB (Red+Green+Blue) = 235+40+157=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB289D is #14D762. Grayscale: #6F6F6F. Windows color (decimal): -1365859 or 10299627. OLE color: 10299627.

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

Color convert

RGB 235 40 157 -
CMYK 0 0.83 0.33 0.08
HSL 324º 0.83% 0.54% -
HSV(B) 324º 0.83% 0.92% -
XYZ 41.11 21.61 33.9 -
YUV 111.64 153.6 215.99 -
System Red Green Blue C M Y K H S L
Decimal 235 40 157 0 0.83 0.33 0.08 324 0.83 0.54
Hex EB 28 9D 0 53 21 8 144 53 36
Octal 353 50 235 0 123 41 10 504 123 66
Binary 11101011 101000 10011101 0 1010011 100001 1000 101000100 1010011 110110

Color Harmonies of #EB289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB289D

Black with #EB289D

Text Example


Text Example

White with #EB289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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