Html Css Color HEX #EB37AD Persian Rose

📋 copy color: '#EB37AD'

red 235 ◦ green 55 ◦ blue 173

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

Shades of Persian Rose #EB37AD

Tints of Persian Rose #EB37AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.88%

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 50.76%
G = 11.88%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB37AD (or 0xEB37AD) is known color: Persian Rose. HEX triplet: EB, 37 and AD. RGB value is (235,55,173). Sum of RGB (Red+Green+Blue) = 235+55+173=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB37AD is #14C852. Grayscale: #797979. Windows color (decimal): -1362003 or 11352043. OLE color: 11352043.

HSL color Cylindrical-coordinate representation of color #EB37AD: hue angle of 320.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB37AD is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 55 173 -
CMYK 0 0.77 0.26 0.08
HSL 320.67º 0.82% 0.57% -
HSV(B) 320.67º 0.77% 0.92% -
XYZ 43.17 23.41 41.78 -
YUV 122.27 156.63 208.41 -
System Red Green Blue C M Y K H S L
Decimal 235 55 173 0 0.77 0.26 0.08 320.67 0.82 0.57
Hex EB 37 AD 0 4D 1A 8 141 52 39
Octal 353 67 255 0 115 32 10 501 122 71
Binary 11101011 110111 10101101 0 1001101 11010 1000 101000001 1010010 111001

Color Harmonies of #EB37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB37AD

Black with #EB37AD

Text Example


Text Example

White with #EB37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB37AD; }

 p { color: rgb(235,55,173); }

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

background-color css

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

 a { background-color: rgb(235,55,173); }

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

border-color css

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

 span { border-color: rgb(235,55,173); }

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