Html Css Color HEX #E875C0 Persian Pink

📋 copy color: '#E875C0'

red 232 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #E875C0

Tints of Persian Pink #E875C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.49%

R = 42.88%
G = 21.63%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E875C0 (or 0xE875C0) is known color: Persian Pink. HEX triplet: E8, 75 and C0. RGB value is (232,117,192). Sum of RGB (Red+Green+Blue) = 232+117+192=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E875C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875C0 is #178A3F. Grayscale: #9F9F9F. Windows color (decimal): -1542720 or 12613096. OLE color: 12613096.

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

Color convert

RGB 232 117 192 -
CMYK 0 0.50 0.17 0.09
HSL 320.87º 0.71% 0.68% -
HSV(B) 320.87º 0.5% 0.91% -
XYZ 49.15 33.68 53.78 -
YUV 159.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 232 117 192 0 0.50 0.17 0.09 320.87 0.71 0.68
Hex E8 75 C0 0 32 11 9 141 47 44
Octal 350 165 300 0 62 21 11 501 107 104
Binary 11101000 1110101 11000000 0 110010 10001 1001 101000001 1000111 1000100

Color Harmonies of #E875C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875C0

Black with #E875C0

Text Example


Text Example

White with #E875C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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