Html Css Color HEX #E875B4 Persian Pink

📋 copy color: '#E875B4'

red 232 ◦ green 117 ◦ blue 180

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

Shades of Persian Pink #E875B4

Tints of Persian Pink #E875B4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

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

R = 43.86%
G = 22.12%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E875B4 (or 0xE875B4) is known color: Persian Pink. HEX triplet: E8, 75 and B4. RGB value is (232,117,180). Sum of RGB (Red+Green+Blue) = 232+117+180=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B4 is #178A4B. Grayscale: #9E9E9E. Windows color (decimal): -1542732 or 11826664. OLE color: 11826664.

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

Color convert

RGB 232 117 180 -
CMYK 0 0.50 0.22 0.09
HSL 327.13º 0.71% 0.68% -
HSV(B) 327.13º 0.5% 0.91% -
XYZ 47.88 33.17 47.06 -
YUV 158.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 232 117 180 0 0.50 0.22 0.09 327.13 0.71 0.68
Hex E8 75 B4 0 32 16 9 147 47 44
Octal 350 165 264 0 62 26 11 507 107 104
Binary 11101000 1110101 10110100 0 110010 10110 1001 101000111 1000111 1000100

Color Harmonies of #E875B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875B4

Black with #E875B4

Text Example


Text Example

White with #E875B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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