Html Css Color HEX #E574BC Persian Pink

📋 copy color: '#E574BC'

red 229 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #E574BC

Tints of Persian Pink #E574BC

RGB

 RED value IS 229 (89.84% from 255) = 42.96%

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 42.96%
G = 21.76%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E574BC (or 0xE574BC) is known color: Persian Pink. HEX triplet: E5, 74 and BC. RGB value is (229,116,188). Sum of RGB (Red+Green+Blue) = 229+116+188=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E574BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E574BC is #1A8B43. Grayscale: #9D9D9D. Windows color (decimal): -1739588 or 12350693. OLE color: 12350693.

HSL color Cylindrical-coordinate representation of color #E574BC: hue angle of 321.77º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E574BC is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 116 188 -
CMYK 0 0.49 0.18 0.10
HSL 321.77º 0.68% 0.68% -
HSV(B) 321.77º 0.49% 0.9% -
XYZ 47.64 32.78 51.39 -
YUV 158 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 229 116 188 0 0.49 0.18 0.10 321.77 0.68 0.68
Hex E5 74 BC 0 31 12 A 142 44 44
Octal 345 164 274 0 61 22 12 502 104 104
Binary 11100101 1110100 10111100 0 110001 10010 1010 101000010 1000100 1000100

Color Harmonies of #E574BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E574BC

Black with #E574BC

Text Example


Text Example

White with #E574BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E574BC; }

 p { color: rgb(229,116,188); }

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

background-color css

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

 a { background-color: rgb(229,116,188); }

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

border-color css

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

 span { border-color: rgb(229,116,188); }

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