Html Css Color HEX #EB37AB Persian Rose

📋 copy color: '#EB37AB'

red 235 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #EB37AB

Tints of Persian Rose #EB37AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 50.98%
G = 11.93%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB37AB (or 0xEB37AB) is known color: Persian Rose. HEX triplet: EB, 37 and AB. RGB value is (235,55,171). Sum of RGB (Red+Green+Blue) = 235+55+171=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB37AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB37AB is #14C854. Grayscale: #797979. Windows color (decimal): -1362005 or 11220971. OLE color: 11220971.

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

Color convert

RGB 235 55 171 -
CMYK 0 0.77 0.27 0.08
HSL 321.33º 0.82% 0.57% -
HSV(B) 321.33º 0.77% 0.92% -
XYZ 42.98 23.33 40.77 -
YUV 122.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 235 55 171 0 0.77 0.27 0.08 321.33 0.82 0.57
Hex EB 37 AB 0 4D 1B 8 141 52 39
Octal 353 67 253 0 115 33 10 501 122 71
Binary 11101011 110111 10101011 0 1001101 11011 1000 101000001 1010010 111001

Color Harmonies of #EB37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB37AB

Black with #EB37AB

Text Example


Text Example

White with #EB37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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