Html Css Color HEX #E375AC Persian Pink

📋 copy color: '#E375AC'

red 227 ◦ green 117 ◦ blue 172

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

Shades of Persian Pink #E375AC

Tints of Persian Pink #E375AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.67%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 43.99%
G = 22.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E375AC (or 0xE375AC) is known color: Persian Pink. HEX triplet: E3, 75 and AC. RGB value is (227,117,172). Sum of RGB (Red+Green+Blue) = 227+117+172=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E375AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375AC is #1C8A53. Grayscale: #9C9C9C. Windows color (decimal): -1870420 or 11302371. OLE color: 11302371.

HSL color Cylindrical-coordinate representation of color #E375AC: hue angle of 330º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E375AC is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 117 172 -
CMYK 0 0.48 0.24 0.11
HSL 330º 0.66% 0.67% -
HSV(B) 330º 0.48% 0.89% -
XYZ 45.49 32.03 42.82 -
YUV 156.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 227 117 172 0 0.48 0.24 0.11 330 0.66 0.67
Hex E3 75 AC 0 30 18 B 14A 42 43
Octal 343 165 254 0 60 30 13 512 102 103
Binary 11100011 1110101 10101100 0 110000 11000 1011 101001010 1000010 1000011

Color Harmonies of #E375AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375AC

Black with #E375AC

Text Example


Text Example

White with #E375AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375AC; }

 p { color: rgb(227,117,172); }

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

background-color css

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

 a { background-color: rgb(227,117,172); }

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

border-color css

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

 span { border-color: rgb(227,117,172); }

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