Html Css Color HEX #EB2BAB Persian Rose

📋 copy color: '#EB2BAB'

red 235 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #EB2BAB

Tints of Persian Rose #EB2BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.58%

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

R = 52.34%
G = 9.58%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB2BAB (or 0xEB2BAB) is known color: Persian Rose. HEX triplet: EB, 2B and AB. RGB value is (235,43,171). Sum of RGB (Red+Green+Blue) = 235+43+171=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2BAB is #14D454. Grayscale: #727272. Windows color (decimal): -1365077 or 11217899. OLE color: 11217899.

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

Color convert

RGB 235 43 171 -
CMYK 0 0.82 0.27 0.08
HSL 320º 0.83% 0.55% -
HSV(B) 320º 0.82% 0.92% -
XYZ 42.48 22.33 40.6 -
YUV 115 159.61 213.59 -
System Red Green Blue C M Y K H S L
Decimal 235 43 171 0 0.82 0.27 0.08 320 0.83 0.55
Hex EB 2B AB 0 52 1B 8 140 53 37
Octal 353 53 253 0 122 33 10 500 123 67
Binary 11101011 101011 10101011 0 1010010 11011 1000 101000000 1010011 110111

Color Harmonies of #EB2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2BAB

Black with #EB2BAB

Text Example


Text Example

White with #EB2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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