Html Css Color HEX #E828A4 Persian Rose

📋 copy color: '#E828A4'

red 232 ◦ green 40 ◦ blue 164

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

Shades of Persian Rose #E828A4

Tints of Persian Rose #E828A4

RGB

 RED value IS 232 (91.02% from 255) = 53.21%

 GREEN value IS 40 (16.02% from 255) = 9.17%

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 53.21%
G = 9.17%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E828A4 (or 0xE828A4) is known color: Persian Rose. HEX triplet: E8, 28 and A4. RGB value is (232,40,164). Sum of RGB (Red+Green+Blue) = 232+40+164=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E828A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E828A4 is #17D75B. Grayscale: #6F6F6F. Windows color (decimal): -1562460 or 10758376. OLE color: 10758376.

HSL color Cylindrical-coordinate representation of color #E828A4: hue angle of 321.25º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E828A4 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 40 164 -
CMYK 0 0.83 0.29 0.09
HSL 321.25º 0.81% 0.53% -
HSV(B) 321.25º 0.83% 0.91% -
XYZ 40.74 21.35 37.1 -
YUV 111.54 157.61 213.92 -
System Red Green Blue C M Y K H S L
Decimal 232 40 164 0 0.83 0.29 0.09 321.25 0.81 0.53
Hex E8 28 A4 0 53 1D 9 141 51 35
Octal 350 50 244 0 123 35 11 501 121 65
Binary 11101000 101000 10100100 0 1010011 11101 1001 101000001 1010001 110101

Color Harmonies of #E828A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E828A4

Black with #E828A4

Text Example


Text Example

White with #E828A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E828A4; }

 p { color: rgb(232,40,164); }

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

background-color css

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

 a { background-color: rgb(232,40,164); }

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

border-color css

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

 span { border-color: rgb(232,40,164); }

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