Html Css Color HEX #E475B5 Persian Pink

📋 copy color: '#E475B5'

red 228 ◦ green 117 ◦ blue 181

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

Shades of Persian Pink #E475B5

Tints of Persian Pink #E475B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 43.35%
G = 22.24%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E475B5 (or 0xE475B5) is known color: Persian Pink. HEX triplet: E4, 75 and B5. RGB value is (228,117,181). Sum of RGB (Red+Green+Blue) = 228+117+181=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E475B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E475B5 is #1B8A4A. Grayscale: #9D9D9D. Windows color (decimal): -1804875 or 11892196. OLE color: 11892196.

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

Color convert

RGB 228 117 181 -
CMYK 0 0.49 0.21 0.11
HSL 325.41º 0.67% 0.68% -
HSV(B) 325.41º 0.49% 0.89% -
XYZ 46.7 32.55 47.54 -
YUV 157.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 228 117 181 0 0.49 0.21 0.11 325.41 0.67 0.68
Hex E4 75 B5 0 31 15 B 145 43 44
Octal 344 165 265 0 61 25 13 505 103 104
Binary 11100100 1110101 10110101 0 110001 10101 1011 101000101 1000011 1000100

Color Harmonies of #E475B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475B5

Black with #E475B5

Text Example


Text Example

White with #E475B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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