Html Css Color HEX #E375B2 Persian Pink

📋 copy color: '#E375B2'

red 227 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #E375B2

Tints of Persian Pink #E375B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 43.49%
G = 22.41%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E375B2 (or 0xE375B2) is known color: Persian Pink. HEX triplet: E3, 75 and B2. RGB value is (227,117,178). Sum of RGB (Red+Green+Blue) = 227+117+178=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E375B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E375B2 is #1C8A4D. Grayscale: #9C9C9C. Windows color (decimal): -1870414 or 11695587. OLE color: 11695587.

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

Color convert

RGB 227 117 178 -
CMYK 0 0.48 0.22 0.11
HSL 326.73º 0.66% 0.67% -
HSV(B) 326.73º 0.48% 0.89% -
XYZ 46.08 32.27 45.92 -
YUV 156.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 227 117 178 0 0.48 0.22 0.11 326.73 0.66 0.67
Hex E3 75 B2 0 30 16 B 147 42 43
Octal 343 165 262 0 60 26 13 507 102 103
Binary 11100011 1110101 10110010 0 110000 10110 1011 101000111 1000010 1000011

Color Harmonies of #E375B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375B2

Black with #E375B2

Text Example


Text Example

White with #E375B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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