Html Css Color HEX #E074BC Persian Pink

📋 copy color: '#E074BC'

red 224 ◦ green 116 ◦ blue 188

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

Shades of Persian Pink #E074BC

Tints of Persian Pink #E074BC

RGB

 RED value IS 224 (87.89% from 255) = 42.42%

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

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

R = 42.42%
G = 21.97%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E074BC (or 0xE074BC) is known color: Persian Pink. HEX triplet: E0, 74 and BC. RGB value is (224,116,188). Sum of RGB (Red+Green+Blue) = 224+116+188=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E074BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074BC is #1F8B43. Grayscale: #9C9C9C. Windows color (decimal): -2067268 or 12350688. OLE color: 12350688.

HSL color Cylindrical-coordinate representation of color #E074BC: hue angle of 320º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E074BC is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 188 -
CMYK 0 0.48 0.16 0.12
HSL 320º 0.64% 0.67% -
HSV(B) 320º 0.48% 0.88% -
XYZ 46.06 31.97 51.32 -
YUV 156.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 224 116 188 0 0.48 0.16 0.12 320 0.64 0.67
Hex E0 74 BC 0 30 10 C 140 40 43
Octal 340 164 274 0 60 20 14 500 100 103
Binary 11100000 1110100 10111100 0 110000 10000 1100 101000000 1000000 1000011

Color Harmonies of #E074BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074BC

Black with #E074BC

Text Example


Text Example

White with #E074BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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