Html Css Color HEX #E872B4 Persian Pink

📋 copy color: '#E872B4'

red 232 ◦ green 114 ◦ blue 180

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

Shades of Persian Pink #E872B4

Tints of Persian Pink #E872B4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.67%

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 44.11%
G = 21.67%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E872B4 (or 0xE872B4) is known color: Persian Pink. HEX triplet: E8, 72 and B4. RGB value is (232,114,180). Sum of RGB (Red+Green+Blue) = 232+114+180=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E872B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872B4 is #178D4B. Grayscale: #9C9C9C. Windows color (decimal): -1543500 or 11825896. OLE color: 11825896.

HSL color Cylindrical-coordinate representation of color #E872B4: hue angle of 326.44º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E872B4 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 114 180 -
CMYK 0 0.51 0.22 0.09
HSL 326.44º 0.72% 0.68% -
HSV(B) 326.44º 0.51% 0.91% -
XYZ 47.53 32.49 46.95 -
YUV 156.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 232 114 180 0 0.51 0.22 0.09 326.44 0.72 0.68
Hex E8 72 B4 0 33 16 9 146 48 44
Octal 350 162 264 0 63 26 11 506 110 104
Binary 11101000 1110010 10110100 0 110011 10110 1001 101000110 1001000 1000100

Color Harmonies of #E872B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872B4

Black with #E872B4

Text Example


Text Example

White with #E872B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872B4; }

 p { color: rgb(232,114,180); }

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

background-color css

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

 a { background-color: rgb(232,114,180); }

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

border-color css

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

 span { border-color: rgb(232,114,180); }

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