Html Css Color HEX #E13BAB Persian Rose

📋 copy color: '#E13BAB'

red 225 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #E13BAB

Tints of Persian Rose #E13BAB

RGB

 RED value IS 225 (88.28% from 255) = 49.45%

 GREEN value IS 59 (23.44% from 255) = 12.97%

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

R = 49.45%
G = 12.97%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E13BAB (or 0xE13BAB) is known color: Persian Rose. HEX triplet: E1, 3B and AB. RGB value is (225,59,171). Sum of RGB (Red+Green+Blue) = 225+59+171=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13BAB is #1EC454. Grayscale: #797979. Windows color (decimal): -2016341 or 11221985. OLE color: 11221985.

HSL color Cylindrical-coordinate representation of color #E13BAB: hue angle of 319.52º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BAB is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 59 171 -
CMYK 0 0.74 0.24 0.12
HSL 319.52º 0.73% 0.56% -
HSV(B) 319.52º 0.74% 0.88% -
XYZ 39.97 22.08 40.68 -
YUV 121.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 225 59 171 0 0.74 0.24 0.12 319.52 0.73 0.56
Hex E1 3B AB 0 4A 18 C 140 49 38
Octal 341 73 253 0 112 30 14 500 111 70
Binary 11100001 111011 10101011 0 1001010 11000 1100 101000000 1001001 111000

Color Harmonies of #E13BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BAB

Black with #E13BAB

Text Example


Text Example

White with #E13BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BAB; }

 p { color: rgb(225,59,171); }

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

background-color css

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

 a { background-color: rgb(225,59,171); }

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

border-color css

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

 span { border-color: rgb(225,59,171); }

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