Html Css Color HEX #EB2894 Persian Rose

📋 copy color: '#EB2894'

red 235 ◦ green 40 ◦ blue 148

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

Shades of Persian Rose #EB2894

Tints of Persian Rose #EB2894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 55.56%
G = 9.46%
B = 34.99%

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

#EB2894 (or 0xEB2894) is known color: Persian Rose. HEX triplet: EB, 28 and 94. RGB value is (235,40,148). Sum of RGB (Red+Green+Blue) = 235+40+148=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2894 is #14D76B. Grayscale: #6E6E6E. Windows color (decimal): -1365868 or 9709803. OLE color: 9709803.

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

Color convert

RGB 235 40 148 -
CMYK 0 0.83 0.37 0.08
HSL 326.77º 0.83% 0.54% -
HSV(B) 326.77º 0.83% 0.92% -
XYZ 40.37 21.32 30 -
YUV 110.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 235 40 148 0 0.83 0.37 0.08 326.77 0.83 0.54
Hex EB 28 94 0 53 25 8 147 53 36
Octal 353 50 224 0 123 45 10 507 123 66
Binary 11101011 101000 10010100 0 1010011 100101 1000 101000111 1010011 110110

Color Harmonies of #EB2894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2894

Black with #EB2894

Text Example


Text Example

White with #EB2894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2894; }

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

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

background-color css

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

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

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

border-color css

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

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

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