Html Css Color HEX #E074BE Persian Pink

📋 copy color: '#E074BE'

red 224 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #E074BE

Tints of Persian Pink #E074BE

RGB

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

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

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

R = 42.26%
G = 21.89%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E074BE (or 0xE074BE) is known color: Persian Pink. HEX triplet: E0, 74 and BE. RGB value is (224,116,190). Sum of RGB (Red+Green+Blue) = 224+116+190=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E074BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074BE is #1F8B41. Grayscale: #9C9C9C. Windows color (decimal): -2067266 or 12481760. OLE color: 12481760.

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

Color convert

RGB 224 116 190 -
CMYK 0 0.48 0.15 0.12
HSL 318.89º 0.64% 0.67% -
HSV(B) 318.89º 0.48% 0.88% -
XYZ 46.28 32.06 52.46 -
YUV 156.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 224 116 190 0 0.48 0.15 0.12 318.89 0.64 0.67
Hex E0 74 BE 0 30 F C 13F 40 43
Octal 340 164 276 0 60 17 14 477 100 103
Binary 11100000 1110100 10111110 0 110000 1111 1100 100111111 1000000 1000011

Color Harmonies of #E074BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074BE

Black with #E074BE

Text Example


Text Example

White with #E074BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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