Html Css Color HEX #E373C0 Persian Pink

📋 copy color: '#E373C0'

red 227 ◦ green 115 ◦ blue 192

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

Shades of Persian Pink #E373C0

Tints of Persian Pink #E373C0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.54%

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 42.51%
G = 21.54%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E373C0 (or 0xE373C0) is known color: Persian Pink. HEX triplet: E3, 73 and C0. RGB value is (227,115,192). Sum of RGB (Red+Green+Blue) = 227+115+192=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E373C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373C0 is #1C8C3F. Grayscale: #9D9D9D. Windows color (decimal): -1870912 or 12612579. OLE color: 12612579.

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

Color convert

RGB 227 115 192 -
CMYK 0 0.49 0.15 0.11
HSL 318.75º 0.67% 0.67% -
HSV(B) 318.75º 0.49% 0.89% -
XYZ 47.32 32.4 53.63 -
YUV 157.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 227 115 192 0 0.49 0.15 0.11 318.75 0.67 0.67
Hex E3 73 C0 0 31 F B 13F 43 43
Octal 343 163 300 0 61 17 13 477 103 103
Binary 11100011 1110011 11000000 0 110001 1111 1011 100111111 1000011 1000011

Color Harmonies of #E373C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373C0

Black with #E373C0

Text Example


Text Example

White with #E373C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373C0; }

 p { color: rgb(227,115,192); }

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

background-color css

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

 a { background-color: rgb(227,115,192); }

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

border-color css

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

 span { border-color: rgb(227,115,192); }

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