Html Css Color HEX #E07FBC Persian Pink

📋 copy color: '#E07FBC'

red 224 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #E07FBC

Tints of Persian Pink #E07FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 41.56%
G = 23.56%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E07FBC (or 0xE07FBC) is known color: Persian Pink. HEX triplet: E0, 7F and BC. RGB value is (224,127,188). Sum of RGB (Red+Green+Blue) = 224+127+188=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FBC is #1F8043. Grayscale: #A2A2A2. Windows color (decimal): -2064452 or 12353504. OLE color: 12353504.

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

Color convert

RGB 224 127 188 -
CMYK 0 0.43 0.16 0.12
HSL 322.27º 0.61% 0.69% -
HSV(B) 322.27º 0.43% 0.88% -
XYZ 47.41 34.66 51.77 -
YUV 162.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 224 127 188 0 0.43 0.16 0.12 322.27 0.61 0.69
Hex E0 7F BC 0 2B 10 C 142 3D 45
Octal 340 177 274 0 53 20 14 502 75 105
Binary 11100000 1111111 10111100 0 101011 10000 1100 101000010 111101 1000101

Color Harmonies of #E07FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FBC

Black with #E07FBC

Text Example


Text Example

White with #E07FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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