Html Css Color HEX #E374BC Persian Pink

📋 copy color: '#E374BC'

red 227 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #E374BC

Tints of Persian Pink #E374BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 42.75%
G = 21.85%
B = 35.4%

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

#E374BC (or 0xE374BC) is known color: Persian Pink. HEX triplet: E3, 74 and BC. RGB value is (227,116,188). Sum of RGB (Red+Green+Blue) = 227+116+188=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E374BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374BC is #1C8B43. Grayscale: #9D9D9D. Windows color (decimal): -1870660 or 12350691. OLE color: 12350691.

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

Color convert

RGB 227 116 188 -
CMYK 0 0.49 0.17 0.11
HSL 321.08º 0.66% 0.67% -
HSV(B) 321.08º 0.49% 0.89% -
XYZ 47 32.45 51.36 -
YUV 157.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 227 116 188 0 0.49 0.17 0.11 321.08 0.66 0.67
Hex E3 74 BC 0 31 11 B 141 42 43
Octal 343 164 274 0 61 21 13 501 102 103
Binary 11100011 1110100 10111100 0 110001 10001 1011 101000001 1000010 1000011

Color Harmonies of #E374BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374BC

Black with #E374BC

Text Example


Text Example

White with #E374BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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