Html Css Color HEX #E13FAB Persian Rose

📋 copy color: '#E13FAB'

red 225 ◦ green 63 ◦ blue 171

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

Shades of Persian Rose #E13FAB

Tints of Persian Rose #E13FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.73%

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

R = 49.02%
G = 13.73%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E13FAB (or 0xE13FAB) is known color: Persian Rose. HEX triplet: E1, 3F and AB. RGB value is (225,63,171). Sum of RGB (Red+Green+Blue) = 225+63+171=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FAB is #1EC054. Grayscale: #7B7B7B. Windows color (decimal): -2015317 or 11223009. OLE color: 11223009.

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

Color convert

RGB 225 63 171 -
CMYK 0 0.72 0.24 0.12
HSL 320º 0.73% 0.56% -
HSV(B) 320º 0.72% 0.88% -
XYZ 40.18 22.5 40.75 -
YUV 123.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 225 63 171 0 0.72 0.24 0.12 320 0.73 0.56
Hex E1 3F AB 0 48 18 C 140 49 38
Octal 341 77 253 0 110 30 14 500 111 70
Binary 11100001 111111 10101011 0 1001000 11000 1100 101000000 1001001 111000

Color Harmonies of #E13FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FAB

Black with #E13FAB

Text Example


Text Example

White with #E13FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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