Html Css Color HEX #EB2495 Persian Rose

📋 copy color: '#EB2495'

red 235 ◦ green 36 ◦ blue 149

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

Shades of Persian Rose #EB2495

Tints of Persian Rose #EB2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.57%

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

R = 55.95%
G = 8.57%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EB2495 (or 0xEB2495) is known color: Persian Rose. HEX triplet: EB, 24 and 95. RGB value is (235,36,149). Sum of RGB (Red+Green+Blue) = 235+36+149=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2495 is #14DB6A. Grayscale: #6C6C6C. Windows color (decimal): -1366891 or 9774315. OLE color: 9774315.

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

Color convert

RGB 235 36 149 -
CMYK 0 0.85 0.37 0.08
HSL 325.93º 0.83% 0.53% -
HSV(B) 325.93º 0.85% 0.92% -
XYZ 40.32 21.09 30.38 -
YUV 108.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 235 36 149 0 0.85 0.37 0.08 325.93 0.83 0.53
Hex EB 24 95 0 55 25 8 146 53 35
Octal 353 44 225 0 125 45 10 506 123 65
Binary 11101011 100100 10010101 0 1010101 100101 1000 101000110 1010011 110101

Color Harmonies of #EB2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2495

Black with #EB2495

Text Example


Text Example

White with #EB2495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2495; }

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

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

background-color css

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

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

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

border-color css

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

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

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