Html Css Color HEX #E078BC Persian Pink

📋 copy color: '#E078BC'

red 224 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #E078BC

Tints of Persian Pink #E078BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.56%

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

R = 42.11%
G = 22.56%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E078BC (or 0xE078BC) is known color: Persian Pink. HEX triplet: E0, 78 and BC. RGB value is (224,120,188). Sum of RGB (Red+Green+Blue) = 224+120+188=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E078BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078BC is #1F8743. Grayscale: #9E9E9E. Windows color (decimal): -2066244 or 12351712. OLE color: 12351712.

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

Color convert

RGB 224 120 188 -
CMYK 0 0.46 0.16 0.12
HSL 320.77º 0.63% 0.67% -
HSV(B) 320.77º 0.46% 0.88% -
XYZ 46.53 32.91 51.48 -
YUV 158.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 224 120 188 0 0.46 0.16 0.12 320.77 0.63 0.67
Hex E0 78 BC 0 2E 10 C 141 3F 43
Octal 340 170 274 0 56 20 14 501 77 103
Binary 11100000 1111000 10111100 0 101110 10000 1100 101000001 111111 1000011

Color Harmonies of #E078BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078BC

Black with #E078BC

Text Example


Text Example

White with #E078BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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