Html Css Color HEX #E374AE Persian Pink

📋 copy color: '#E374AE'

red 227 ◦ green 116 ◦ blue 174

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

Shades of Persian Pink #E374AE

Tints of Persian Pink #E374AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 43.91%
G = 22.44%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E374AE (or 0xE374AE) is known color: Persian Pink. HEX triplet: E3, 74 and AE. RGB value is (227,116,174). Sum of RGB (Red+Green+Blue) = 227+116+174=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E374AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374AE is #1C8B51. Grayscale: #9B9B9B. Windows color (decimal): -1870674 or 11433187. OLE color: 11433187.

HSL color Cylindrical-coordinate representation of color #E374AE: hue angle of 328.65º 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 #E374AE is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 116 174 -
CMYK 0 0.49 0.23 0.11
HSL 328.65º 0.66% 0.67% -
HSV(B) 328.65º 0.49% 0.89% -
XYZ 45.56 31.88 43.8 -
YUV 155.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 227 116 174 0 0.49 0.23 0.11 328.65 0.66 0.67
Hex E3 74 AE 0 31 17 B 149 42 43
Octal 343 164 256 0 61 27 13 511 102 103
Binary 11100011 1110100 10101110 0 110001 10111 1011 101001001 1000010 1000011

Color Harmonies of #E374AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374AE

Black with #E374AE

Text Example


Text Example

White with #E374AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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