Html Css Color HEX #E374BD Persian Pink

📋 copy color: '#E374BD'

red 227 ◦ green 116 ◦ blue 189

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

Shades of Persian Pink #E374BD

Tints of Persian Pink #E374BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 42.67%
G = 21.8%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E374BD (or 0xE374BD) is known color: Persian Pink. HEX triplet: E3, 74 and BD. RGB value is (227,116,189). Sum of RGB (Red+Green+Blue) = 227+116+189=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E374BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374BD is #1C8B42. Grayscale: #9D9D9D. Windows color (decimal): -1870659 or 12416227. OLE color: 12416227.

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

Color convert

RGB 227 116 189 -
CMYK 0 0.49 0.17 0.11
HSL 320.54º 0.66% 0.67% -
HSV(B) 320.54º 0.49% 0.89% -
XYZ 47.11 32.5 51.93 -
YUV 157.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 227 116 189 0 0.49 0.17 0.11 320.54 0.66 0.67
Hex E3 74 BD 0 31 11 B 141 42 43
Octal 343 164 275 0 61 21 13 501 102 103
Binary 11100011 1110100 10111101 0 110001 10001 1011 101000001 1000010 1000011

Color Harmonies of #E374BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374BD

Black with #E374BD

Text Example


Text Example

White with #E374BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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