Html Css Color HEX #E374BA Persian Pink

📋 copy color: '#E374BA'

red 227 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #E374BA

Tints of Persian Pink #E374BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.16%

R = 42.91%
G = 21.93%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E374BA (or 0xE374BA) is known color: Persian Pink. HEX triplet: E3, 74 and BA. RGB value is (227,116,186). Sum of RGB (Red+Green+Blue) = 227+116+186=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E374BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374BA is #1C8B45. Grayscale: #9D9D9D. Windows color (decimal): -1870662 or 12219619. OLE color: 12219619.

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

Color convert

RGB 227 116 186 -
CMYK 0 0.49 0.18 0.11
HSL 322.16º 0.66% 0.67% -
HSV(B) 322.16º 0.49% 0.89% -
XYZ 46.79 32.37 50.24 -
YUV 157.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 227 116 186 0 0.49 0.18 0.11 322.16 0.66 0.67
Hex E3 74 BA 0 31 12 B 142 42 43
Octal 343 164 272 0 61 22 13 502 102 103
Binary 11100011 1110100 10111010 0 110001 10010 1011 101000010 1000010 1000011

Color Harmonies of #E374BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374BA

Black with #E374BA

Text Example


Text Example

White with #E374BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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