Html Css Color HEX #E078BE Persian Pink

📋 copy color: '#E078BE'

red 224 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #E078BE

Tints of Persian Pink #E078BE

RGB

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

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

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

R = 41.95%
G = 22.47%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E078BE (or 0xE078BE) is known color: Persian Pink. HEX triplet: E0, 78 and BE. RGB value is (224,120,190). Sum of RGB (Red+Green+Blue) = 224+120+190=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E078BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078BE is #1F8741. Grayscale: #9E9E9E. Windows color (decimal): -2066242 or 12482784. OLE color: 12482784.

HSL color Cylindrical-coordinate representation of color #E078BE: hue angle of 319.62º 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 #E078BE is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 190 -
CMYK 0 0.46 0.15 0.12
HSL 319.62º 0.63% 0.67% -
HSV(B) 319.62º 0.46% 0.88% -
XYZ 46.75 33 52.62 -
YUV 159.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 224 120 190 0 0.46 0.15 0.12 319.62 0.63 0.67
Hex E0 78 BE 0 2E F C 140 3F 43
Octal 340 170 276 0 56 17 14 500 77 103
Binary 11100000 1111000 10111110 0 101110 1111 1100 101000000 111111 1000011

Color Harmonies of #E078BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078BE

Black with #E078BE

Text Example


Text Example

White with #E078BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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