Html Css Color HEX #E13BA9 Persian Rose

📋 copy color: '#E13BA9'

red 225 ◦ green 59 ◦ blue 169

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

Shades of Persian Rose #E13BA9

Tints of Persian Rose #E13BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.31%

R = 49.67%
G = 13.02%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E13BA9 (or 0xE13BA9) is known color: Persian Rose. HEX triplet: E1, 3B and A9. RGB value is (225,59,169). Sum of RGB (Red+Green+Blue) = 225+59+169=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13BA9 is #1EC456. Grayscale: #787878. Windows color (decimal): -2016343 or 11090913. OLE color: 11090913.

HSL color Cylindrical-coordinate representation of color #E13BA9: hue angle of 320.24º 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 #E13BA9 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 59 169 -
CMYK 0 0.74 0.25 0.12
HSL 320.24º 0.73% 0.56% -
HSV(B) 320.24º 0.74% 0.88% -
XYZ 39.78 22 39.69 -
YUV 121.17 155 202.06 -
System Red Green Blue C M Y K H S L
Decimal 225 59 169 0 0.74 0.25 0.12 320.24 0.73 0.56
Hex E1 3B A9 0 4A 19 C 140 49 38
Octal 341 73 251 0 112 31 14 500 111 70
Binary 11100001 111011 10101001 0 1001010 11001 1100 101000000 1001001 111000

Color Harmonies of #E13BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BA9

Black with #E13BA9

Text Example


Text Example

White with #E13BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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