Html Css Color HEX #E078BA Persian Pink

📋 copy color: '#E078BA'

red 224 ◦ green 120 ◦ blue 186

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

Shades of Persian Pink #E078BA

Tints of Persian Pink #E078BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 42.26%
G = 22.64%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E078BA (or 0xE078BA) is known color: Persian Pink. HEX triplet: E0, 78 and BA. RGB value is (224,120,186). Sum of RGB (Red+Green+Blue) = 224+120+186=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E078BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E078BA is #1F8745. Grayscale: #9E9E9E. Windows color (decimal): -2066246 or 12220640. OLE color: 12220640.

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

Color convert

RGB 224 120 186 -
CMYK 0 0.46 0.17 0.12
HSL 321.92º 0.63% 0.67% -
HSV(B) 321.92º 0.46% 0.88% -
XYZ 46.32 32.83 50.35 -
YUV 158.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 224 120 186 0 0.46 0.17 0.12 321.92 0.63 0.67
Hex E0 78 BA 0 2E 11 C 142 3F 43
Octal 340 170 272 0 56 21 14 502 77 103
Binary 11100000 1111000 10111010 0 101110 10001 1100 101000010 111111 1000011

Color Harmonies of #E078BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078BA

Black with #E078BA

Text Example


Text Example

White with #E078BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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