Html Css Color HEX #E375BE Persian Pink

📋 copy color: '#E375BE'

red 227 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #E375BE

Tints of Persian Pink #E375BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 42.51%
G = 21.91%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E375BE (or 0xE375BE) is known color: Persian Pink. HEX triplet: E3, 75 and BE. RGB value is (227,117,190). Sum of RGB (Red+Green+Blue) = 227+117+190=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E375BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375BE is #1C8A41. Grayscale: #9E9E9E. Windows color (decimal): -1870402 or 12482019. OLE color: 12482019.

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

Color convert

RGB 227 117 190 -
CMYK 0 0.48 0.16 0.11
HSL 320.18º 0.66% 0.67% -
HSV(B) 320.18º 0.48% 0.89% -
XYZ 47.33 32.77 52.55 -
YUV 158.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 227 117 190 0 0.48 0.16 0.11 320.18 0.66 0.67
Hex E3 75 BE 0 30 10 B 140 42 43
Octal 343 165 276 0 60 20 13 500 102 103
Binary 11100011 1110101 10111110 0 110000 10000 1011 101000000 1000010 1000011

Color Harmonies of #E375BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375BE

Black with #E375BE

Text Example


Text Example

White with #E375BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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