Html Css Color HEX #E5219B Persian Rose

📋 copy color: '#E5219B'

red 229 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #E5219B

Tints of Persian Rose #E5219B

RGB

 RED value IS 229 (89.84% from 255) = 54.92%

 GREEN value IS 33 (13.28% from 255) = 7.91%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 54.92%
G = 7.91%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E5219B (or 0xE5219B) is known color: Persian Rose. HEX triplet: E5, 21 and 9B. RGB value is (229,33,155). Sum of RGB (Red+Green+Blue) = 229+33+155=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5219B is #1ADE64. Grayscale: #696969. Windows color (decimal): -1760869 or 10166757. OLE color: 10166757.

HSL color Cylindrical-coordinate representation of color #E5219B: hue angle of 322.65º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5219B is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 155 -
CMYK 0 0.86 0.32 0.10
HSL 322.65º 0.79% 0.51% -
HSV(B) 322.65º 0.86% 0.9% -
XYZ 38.77 20.11 32.85 -
YUV 105.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 229 33 155 0 0.86 0.32 0.10 322.65 0.79 0.51
Hex E5 21 9B 0 56 20 A 143 4F 33
Octal 345 41 233 0 126 40 12 503 117 63
Binary 11100101 100001 10011011 0 1010110 100000 1010 101000011 1001111 110011

Color Harmonies of #E5219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5219B

Black with #E5219B

Text Example


Text Example

White with #E5219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5219B; }

 p { color: rgb(229,33,155); }

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

background-color css

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

 a { background-color: rgb(229,33,155); }

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

border-color css

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

 span { border-color: rgb(229,33,155); }

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