Html Css Color HEX #E474BE Persian Pink

📋 copy color: '#E474BE'

red 228 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #E474BE

Tints of Persian Pink #E474BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.72%

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

R = 42.7%
G = 21.72%
B = 35.58%

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

#E474BE (or 0xE474BE) is known color: Persian Pink. HEX triplet: E4, 74 and BE. RGB value is (228,116,190). Sum of RGB (Red+Green+Blue) = 228+116+190=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E474BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474BE is #1B8B41. Grayscale: #9D9D9D. Windows color (decimal): -1805122 or 12481764. OLE color: 12481764.

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

Color convert

RGB 228 116 190 -
CMYK 0 0.49 0.17 0.11
HSL 320.36º 0.67% 0.67% -
HSV(B) 320.36º 0.49% 0.89% -
XYZ 47.53 32.7 52.52 -
YUV 157.92 146.11 177.98 -
System Red Green Blue C M Y K H S L
Decimal 228 116 190 0 0.49 0.17 0.11 320.36 0.67 0.67
Hex E4 74 BE 0 31 11 B 140 43 43
Octal 344 164 276 0 61 21 13 500 103 103
Binary 11100100 1110100 10111110 0 110001 10001 1011 101000000 1000011 1000011

Color Harmonies of #E474BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E474BE

Black with #E474BE

Text Example


Text Example

White with #E474BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E474BE; }

 p { color: rgb(228,116,190); }

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

background-color css

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

 a { background-color: rgb(228,116,190); }

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

border-color css

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

 span { border-color: rgb(228,116,190); }

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