Html Css Color HEX #E07FC1 Persian Pink

📋 copy color: '#E07FC1'

red 224 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #E07FC1

Tints of Persian Pink #E07FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.35%

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

R = 41.18%
G = 23.35%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E07FC1 (or 0xE07FC1) is known color: Persian Pink. HEX triplet: E0, 7F and C1. RGB value is (224,127,193). Sum of RGB (Red+Green+Blue) = 224+127+193=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC1 is #1F803E. Grayscale: #A3A3A3. Windows color (decimal): -2064447 or 12681184. OLE color: 12681184.

HSL color Cylindrical-coordinate representation of color #E07FC1: hue angle of 319.18º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FC1 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 193 -
CMYK 0 0.43 0.14 0.12
HSL 319.18º 0.61% 0.69% -
HSV(B) 319.18º 0.43% 0.88% -
XYZ 47.96 34.88 54.66 -
YUV 163.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 224 127 193 0 0.43 0.14 0.12 319.18 0.61 0.69
Hex E0 7F C1 0 2B E C 13F 3D 45
Octal 340 177 301 0 53 16 14 477 75 105
Binary 11100000 1111111 11000001 0 101011 1110 1100 100111111 111101 1000101

Color Harmonies of #E07FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC1

Black with #E07FC1

Text Example


Text Example

White with #E07FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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