Html Css Color HEX #E875B8 Persian Pink

📋 copy color: '#E875B8'

red 232 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #E875B8

Tints of Persian Pink #E875B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.52%

R = 43.53%
G = 21.95%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E875B8 (or 0xE875B8) is known color: Persian Pink. HEX triplet: E8, 75 and B8. RGB value is (232,117,184). Sum of RGB (Red+Green+Blue) = 232+117+184=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E875B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875B8 is #178A47. Grayscale: #9E9E9E. Windows color (decimal): -1542728 or 12088808. OLE color: 12088808.

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

Color convert

RGB 232 117 184 -
CMYK 0 0.50 0.21 0.09
HSL 325.04º 0.71% 0.68% -
HSV(B) 325.04º 0.5% 0.91% -
XYZ 48.29 33.34 49.24 -
YUV 159.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 232 117 184 0 0.50 0.21 0.09 325.04 0.71 0.68
Hex E8 75 B8 0 32 15 9 145 47 44
Octal 350 165 270 0 62 25 11 505 107 104
Binary 11101000 1110101 10111000 0 110010 10101 1001 101000101 1000111 1000100

Color Harmonies of #E875B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875B8

Black with #E875B8

Text Example


Text Example

White with #E875B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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