Html Css Color HEX #E074C1 Persian Pink

📋 copy color: '#E074C1'

red 224 ◦ green 116 ◦ blue 193

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

Shades of Persian Pink #E074C1

Tints of Persian Pink #E074C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.21%

R = 42.03%
G = 21.76%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E074C1 (or 0xE074C1) is known color: Persian Pink. HEX triplet: E0, 74 and C1. RGB value is (224,116,193). Sum of RGB (Red+Green+Blue) = 224+116+193=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E074C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074C1 is #1F8B3E. Grayscale: #9C9C9C. Windows color (decimal): -2067263 or 12678368. OLE color: 12678368.

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

Color convert

RGB 224 116 193 -
CMYK 0 0.48 0.14 0.12
HSL 317.22º 0.64% 0.67% -
HSV(B) 317.22º 0.48% 0.88% -
XYZ 46.61 32.19 54.21 -
YUV 157.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 224 116 193 0 0.48 0.14 0.12 317.22 0.64 0.67
Hex E0 74 C1 0 30 E C 13D 40 43
Octal 340 164 301 0 60 16 14 475 100 103
Binary 11100000 1110100 11000001 0 110000 1110 1100 100111101 1000000 1000011

Color Harmonies of #E074C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E074C1

Black with #E074C1

Text Example


Text Example

White with #E074C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E074C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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