Html Css Color HEX #E374B1 Persian Pink

📋 copy color: '#E374B1'

red 227 ◦ green 116 ◦ blue 177

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

Shades of Persian Pink #E374B1

Tints of Persian Pink #E374B1

RGB

 RED value IS 227 (89.06% from 255) = 43.65%

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

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 43.65%
G = 22.31%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E374B1 (or 0xE374B1) is known color: Persian Pink. HEX triplet: E3, 74 and B1. RGB value is (227,116,177). Sum of RGB (Red+Green+Blue) = 227+116+177=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E374B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374B1 is #1C8B4E. Grayscale: #9C9C9C. Windows color (decimal): -1870671 or 11629795. OLE color: 11629795.

HSL color Cylindrical-coordinate representation of color #E374B1: hue angle of 327.03º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374B1 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 116 177 -
CMYK 0 0.49 0.22 0.11
HSL 327.03º 0.66% 0.67% -
HSV(B) 327.03º 0.49% 0.89% -
XYZ 45.86 32 45.35 -
YUV 156.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 227 116 177 0 0.49 0.22 0.11 327.03 0.66 0.67
Hex E3 74 B1 0 31 16 B 147 42 43
Octal 343 164 261 0 61 26 13 507 102 103
Binary 11100011 1110100 10110001 0 110001 10110 1011 101000111 1000010 1000011

Color Harmonies of #E374B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374B1

Black with #E374B1

Text Example


Text Example

White with #E374B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374B1; }

 p { color: rgb(227,116,177); }

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

background-color css

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

 a { background-color: rgb(227,116,177); }

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

border-color css

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

 span { border-color: rgb(227,116,177); }

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