Html Css Color HEX #E13FB0 Persian Rose

📋 copy color: '#E13FB0'

red 225 ◦ green 63 ◦ blue 176

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

Shades of Persian Rose #E13FB0

Tints of Persian Rose #E13FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.93%

R = 48.49%
G = 13.58%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E13FB0 (or 0xE13FB0) is known color: Persian Rose. HEX triplet: E1, 3F and B0. RGB value is (225,63,176). Sum of RGB (Red+Green+Blue) = 225+63+176=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FB0 is #1EC04F. Grayscale: #7C7C7C. Windows color (decimal): -2015312 or 11550689. OLE color: 11550689.

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

Color convert

RGB 225 63 176 -
CMYK 0 0.72 0.22 0.12
HSL 318.15º 0.73% 0.56% -
HSV(B) 318.15º 0.72% 0.88% -
XYZ 40.67 22.7 43.31 -
YUV 124.32 157.17 199.81 -
System Red Green Blue C M Y K H S L
Decimal 225 63 176 0 0.72 0.22 0.12 318.15 0.73 0.56
Hex E1 3F B0 0 48 16 C 13E 49 38
Octal 341 77 260 0 110 26 14 476 111 70
Binary 11100001 111111 10110000 0 1001000 10110 1100 100111110 1001001 111000

Color Harmonies of #E13FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FB0

Black with #E13FB0

Text Example


Text Example

White with #E13FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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