Html Css Color HEX #E374BB Persian Pink

📋 copy color: '#E374BB'

red 227 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #E374BB

Tints of Persian Pink #E374BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 42.83%
G = 21.89%
B = 35.28%

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

#E374BB (or 0xE374BB) is known color: Persian Pink. HEX triplet: E3, 74 and BB. RGB value is (227,116,187). Sum of RGB (Red+Green+Blue) = 227+116+187=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E374BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374BB is #1C8B44. Grayscale: #9D9D9D. Windows color (decimal): -1870661 or 12285155. OLE color: 12285155.

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

Color convert

RGB 227 116 187 -
CMYK 0 0.49 0.18 0.11
HSL 321.62º 0.66% 0.67% -
HSV(B) 321.62º 0.49% 0.89% -
XYZ 46.89 32.41 50.8 -
YUV 157.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 227 116 187 0 0.49 0.18 0.11 321.62 0.66 0.67
Hex E3 74 BB 0 31 12 B 142 42 43
Octal 343 164 273 0 61 22 13 502 102 103
Binary 11100011 1110100 10111011 0 110001 10010 1011 101000010 1000010 1000011

Color Harmonies of #E374BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374BB

Black with #E374BB

Text Example


Text Example

White with #E374BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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