Html Css Color HEX #E874C5 Persian Pink

📋 copy color: '#E874C5'

red 232 ◦ green 116 ◦ blue 197

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

Shades of Persian Pink #E874C5

Tints of Persian Pink #E874C5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.28%

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 42.57%
G = 21.28%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E874C5 (or 0xE874C5) is known color: Persian Pink. HEX triplet: E8, 74 and C5. RGB value is (232,116,197). Sum of RGB (Red+Green+Blue) = 232+116+197=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E874C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874C5 is #178B3A. Grayscale: #9F9F9F. Windows color (decimal): -1542971 or 12940520. OLE color: 12940520.

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

Color convert

RGB 232 116 197 -
CMYK 0 0.50 0.15 0.09
HSL 318.1º 0.72% 0.68% -
HSV(B) 318.1º 0.5% 0.91% -
XYZ 49.6 33.68 56.71 -
YUV 159.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 232 116 197 0 0.50 0.15 0.09 318.1 0.72 0.68
Hex E8 74 C5 0 32 F 9 13E 48 44
Octal 350 164 305 0 62 17 11 476 110 104
Binary 11101000 1110100 11000101 0 110010 1111 1001 100111110 1001000 1000100

Color Harmonies of #E874C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E874C5

Black with #E874C5

Text Example


Text Example

White with #E874C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E874C5; }

 p { color: rgb(232,116,197); }

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

background-color css

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

 a { background-color: rgb(232,116,197); }

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

border-color css

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

 span { border-color: rgb(232,116,197); }

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