Html Css Color HEX #EB2895 Persian Rose

📋 copy color: '#EB2895'

red 235 ◦ green 40 ◦ blue 149

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

Shades of Persian Rose #EB2895

Tints of Persian Rose #EB2895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 55.42%
G = 9.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB2895 (or 0xEB2895) is known color: Persian Rose. HEX triplet: EB, 28 and 95. RGB value is (235,40,149). Sum of RGB (Red+Green+Blue) = 235+40+149=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2895 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2895 is #14D76A. Grayscale: #6E6E6E. Windows color (decimal): -1365867 or 9775339. OLE color: 9775339.

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

Color convert

RGB 235 40 149 -
CMYK 0 0.83 0.37 0.08
HSL 326.46º 0.83% 0.54% -
HSV(B) 326.46º 0.83% 0.92% -
XYZ 40.44 21.35 30.42 -
YUV 110.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 235 40 149 0 0.83 0.37 0.08 326.46 0.83 0.54
Hex EB 28 95 0 53 25 8 146 53 36
Octal 353 50 225 0 123 45 10 506 123 66
Binary 11101011 101000 10010101 0 1010011 100101 1000 101000110 1010011 110110

Color Harmonies of #EB2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2895

Black with #EB2895

Text Example


Text Example

White with #EB2895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2895; }

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

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

background-color css

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

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

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

border-color css

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

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

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