Html Css Color HEX #E13BB0 Persian Rose

📋 copy color: '#E13BB0'

red 225 ◦ green 59 ◦ blue 176

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

Shades of Persian Rose #E13BB0

Tints of Persian Rose #E13BB0

RGB

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

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

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

R = 48.91%
G = 12.83%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E13BB0 (or 0xE13BB0) is known color: Persian Rose. HEX triplet: E1, 3B and B0. RGB value is (225,59,176). Sum of RGB (Red+Green+Blue) = 225+59+176=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13BB0 is #1EC44F. Grayscale: #797979. Windows color (decimal): -2016336 or 11549665. OLE color: 11549665.

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

Color convert

RGB 225 59 176 -
CMYK 0 0.74 0.22 0.12
HSL 317.71º 0.73% 0.56% -
HSV(B) 317.71º 0.74% 0.88% -
XYZ 40.45 22.27 43.24 -
YUV 121.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 225 59 176 0 0.74 0.22 0.12 317.71 0.73 0.56
Hex E1 3B B0 0 4A 16 C 13E 49 38
Octal 341 73 260 0 112 26 14 476 111 70
Binary 11100001 111011 10110000 0 1001010 10110 1100 100111110 1001001 111000

Color Harmonies of #E13BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13BB0

Black with #E13BB0

Text Example


Text Example

White with #E13BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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