Html Css Color HEX #E475BD Persian Pink

📋 copy color: '#E475BD'

red 228 ◦ green 117 ◦ blue 189

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

Shades of Persian Pink #E475BD

Tints of Persian Pink #E475BD

RGB

 RED value IS 228 (89.45% from 255) = 42.7%

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 42.7%
G = 21.91%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E475BD (or 0xE475BD) is known color: Persian Pink. HEX triplet: E4, 75 and BD. RGB value is (228,117,189). Sum of RGB (Red+Green+Blue) = 228+117+189=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E475BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475BD is #1B8A42. Grayscale: #9E9E9E. Windows color (decimal): -1804867 or 12416484. OLE color: 12416484.

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

Color convert

RGB 228 117 189 -
CMYK 0 0.49 0.17 0.11
HSL 321.08º 0.67% 0.68% -
HSV(B) 321.08º 0.49% 0.89% -
XYZ 47.54 32.89 51.99 -
YUV 158.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 228 117 189 0 0.49 0.17 0.11 321.08 0.67 0.68
Hex E4 75 BD 0 31 11 B 141 43 44
Octal 344 165 275 0 61 21 13 501 103 104
Binary 11100100 1110101 10111101 0 110001 10001 1011 101000001 1000011 1000100

Color Harmonies of #E475BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475BD

Black with #E475BD

Text Example


Text Example

White with #E475BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475BD; }

 p { color: rgb(228,117,189); }

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

background-color css

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

 a { background-color: rgb(228,117,189); }

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

border-color css

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

 span { border-color: rgb(228,117,189); }

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