Html Css Color HEX #E074BA Persian Pink

📋 copy color: '#E074BA'

red 224 ◦ green 116 ◦ blue 186

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

Shades of Persian Pink #E074BA

Tints of Persian Pink #E074BA

RGB

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

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

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

R = 42.59%
G = 22.05%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E074BA (or 0xE074BA) is known color: Persian Pink. HEX triplet: E0, 74 and BA. RGB value is (224,116,186). Sum of RGB (Red+Green+Blue) = 224+116+186=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E074BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074BA is #1F8B45. Grayscale: #9C9C9C. Windows color (decimal): -2067270 or 12219616. OLE color: 12219616.

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

Color convert

RGB 224 116 186 -
CMYK 0 0.48 0.17 0.12
HSL 321.11º 0.64% 0.67% -
HSV(B) 321.11º 0.48% 0.88% -
XYZ 45.85 31.88 50.19 -
YUV 156.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 224 116 186 0 0.48 0.17 0.12 321.11 0.64 0.67
Hex E0 74 BA 0 30 11 C 141 40 43
Octal 340 164 272 0 60 21 14 501 100 103
Binary 11100000 1110100 10111010 0 110000 10001 1100 101000001 1000000 1000011

Color Harmonies of #E074BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074BA

Black with #E074BA

Text Example


Text Example

White with #E074BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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