Html Css Color HEX #E828AC Persian Rose

📋 copy color: '#E828AC'

red 232 ◦ green 40 ◦ blue 172

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

Shades of Persian Rose #E828AC

Tints of Persian Rose #E828AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 52.25%
G = 9.01%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E828AC (or 0xE828AC) is known color: Persian Rose. HEX triplet: E8, 28 and AC. RGB value is (232,40,172). Sum of RGB (Red+Green+Blue) = 232+40+172=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E828AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E828AC is #17D753. Grayscale: #707070. Windows color (decimal): -1562452 or 11282664. OLE color: 11282664.

HSL color Cylindrical-coordinate representation of color #E828AC: hue angle of 318.75º 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 #E828AC is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 40 172 -
CMYK 0 0.83 0.26 0.09
HSL 318.75º 0.81% 0.53% -
HSV(B) 318.75º 0.83% 0.91% -
XYZ 41.48 21.65 41.02 -
YUV 112.46 161.61 213.27 -
System Red Green Blue C M Y K H S L
Decimal 232 40 172 0 0.83 0.26 0.09 318.75 0.81 0.53
Hex E8 28 AC 0 53 1A 9 13F 51 35
Octal 350 50 254 0 123 32 11 477 121 65
Binary 11101000 101000 10101100 0 1010011 11010 1001 100111111 1010001 110101

Color Harmonies of #E828AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E828AC

Black with #E828AC

Text Example


Text Example

White with #E828AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E828AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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