Html Css Color HEX #E131B2 Persian Rose

📋 copy color: '#E131B2'

red 225 ◦ green 49 ◦ blue 178

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

Shades of Persian Rose #E131B2

Tints of Persian Rose #E131B2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.84%

 BLUE value IS 178 (69.92% from 255) = 39.38%

R = 49.78%
G = 10.84%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E131B2 (or 0xE131B2) is known color: Persian Rose. HEX triplet: E1, 31 and B2. RGB value is (225,49,178). Sum of RGB (Red+Green+Blue) = 225+49+178=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E131B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E131B2 is #1ECE4D. Grayscale: #737373. Windows color (decimal): -2018894 or 11678177. OLE color: 11678177.

HSL color Cylindrical-coordinate representation of color #E131B2: hue angle of 316.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131B2 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 178 -
CMYK 0 0.78 0.21 0.12
HSL 316.02º 0.75% 0.54% -
HSV(B) 316.02º 0.78% 0.88% -
XYZ 40.19 21.42 44.14 -
YUV 116.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 225 49 178 0 0.78 0.21 0.12 316.02 0.75 0.54
Hex E1 31 B2 0 4E 15 C 13C 4B 36
Octal 341 61 262 0 116 25 14 474 113 66
Binary 11100001 110001 10110010 0 1001110 10101 1100 100111100 1001011 110110

Color Harmonies of #E131B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131B2

Black with #E131B2

Text Example


Text Example

White with #E131B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131B2; }

 p { color: rgb(225,49,178); }

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

background-color css

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

 a { background-color: rgb(225,49,178); }

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

border-color css

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

 span { border-color: rgb(225,49,178); }

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