Html Css Color HEX #E07FB6 Persian Pink

📋 copy color: '#E07FB6'

red 224 ◦ green 127 ◦ blue 182

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

Shades of Persian Pink #E07FB6

Tints of Persian Pink #E07FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.15%

R = 42.03%
G = 23.83%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E07FB6 (or 0xE07FB6) is known color: Persian Pink. HEX triplet: E0, 7F and B6. RGB value is (224,127,182). Sum of RGB (Red+Green+Blue) = 224+127+182=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FB6 is #1F8049. Grayscale: #A2A2A2. Windows color (decimal): -2064458 or 11960288. OLE color: 11960288.

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

Color convert

RGB 224 127 182 -
CMYK 0 0.43 0.19 0.12
HSL 325.98º 0.61% 0.69% -
HSV(B) 325.98º 0.43% 0.88% -
XYZ 46.77 34.4 48.43 -
YUV 162.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 224 127 182 0 0.43 0.19 0.12 325.98 0.61 0.69
Hex E0 7F B6 0 2B 13 C 146 3D 45
Octal 340 177 266 0 53 23 14 506 75 105
Binary 11100000 1111111 10110110 0 101011 10011 1100 101000110 111101 1000101

Color Harmonies of #E07FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FB6

Black with #E07FB6

Text Example


Text Example

White with #E07FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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