Html Css Color HEX #EB2598 Persian Rose

📋 copy color: '#EB2598'

red 235 ◦ green 37 ◦ blue 152

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

Shades of Persian Rose #EB2598

Tints of Persian Rose #EB2598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 55.42%
G = 8.73%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EB2598 (or 0xEB2598) is known color: Persian Rose. HEX triplet: EB, 25 and 98. RGB value is (235,37,152). Sum of RGB (Red+Green+Blue) = 235+37+152=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2598 is #14DA67. Grayscale: #6D6D6D. Windows color (decimal): -1366632 or 9971179. OLE color: 9971179.

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

Color convert

RGB 235 37 152 -
CMYK 0 0.84 0.35 0.08
HSL 325.15º 0.83% 0.53% -
HSV(B) 325.15º 0.84% 0.92% -
XYZ 40.59 21.25 31.67 -
YUV 109.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 235 37 152 0 0.84 0.35 0.08 325.15 0.83 0.53
Hex EB 25 98 0 54 23 8 145 53 35
Octal 353 45 230 0 124 43 10 505 123 65
Binary 11101011 100101 10011000 0 1010100 100011 1000 101000101 1010011 110101

Color Harmonies of #EB2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2598

Black with #EB2598

Text Example


Text Example

White with #EB2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2598; }

 p { color: rgb(235,37,152); }

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

background-color css

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

 a { background-color: rgb(235,37,152); }

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

border-color css

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

 span { border-color: rgb(235,37,152); }

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