Html Css Color HEX #E375BA Persian Pink

📋 copy color: '#E375BA'

red 227 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #E375BA

Tints of Persian Pink #E375BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 42.83%
G = 22.08%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E375BA (or 0xE375BA) is known color: Persian Pink. HEX triplet: E3, 75 and BA. RGB value is (227,117,186). Sum of RGB (Red+Green+Blue) = 227+117+186=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E375BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375BA is #1C8A45. Grayscale: #9D9D9D. Windows color (decimal): -1870406 or 12219875. OLE color: 12219875.

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

Color convert

RGB 227 117 186 -
CMYK 0 0.48 0.18 0.11
HSL 322.36º 0.66% 0.67% -
HSV(B) 322.36º 0.48% 0.89% -
XYZ 46.9 32.6 50.27 -
YUV 157.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 227 117 186 0 0.48 0.18 0.11 322.36 0.66 0.67
Hex E3 75 BA 0 30 12 B 142 42 43
Octal 343 165 272 0 60 22 13 502 102 103
Binary 11100011 1110101 10111010 0 110000 10010 1011 101000010 1000010 1000011

Color Harmonies of #E375BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375BA

Black with #E375BA

Text Example


Text Example

White with #E375BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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