Html Css Color HEX #E07FB2 Persian Pink

📋 copy color: '#E07FB2'

red 224 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #E07FB2

Tints of Persian Pink #E07FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 42.34%
G = 24.01%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E07FB2 (or 0xE07FB2) is known color: Persian Pink. HEX triplet: E0, 7F and B2. RGB value is (224,127,178). Sum of RGB (Red+Green+Blue) = 224+127+178=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07FB2 is #1F804D. Grayscale: #A1A1A1. Windows color (decimal): -2064462 or 11698144. OLE color: 11698144.

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

Color convert

RGB 224 127 178 -
CMYK 0 0.43 0.21 0.12
HSL 328.45º 0.61% 0.69% -
HSV(B) 328.45º 0.43% 0.88% -
XYZ 46.37 34.24 46.28 -
YUV 161.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 224 127 178 0 0.43 0.21 0.12 328.45 0.61 0.69
Hex E0 7F B2 0 2B 15 C 148 3D 45
Octal 340 177 262 0 53 25 14 510 75 105
Binary 11100000 1111111 10110010 0 101011 10101 1100 101001000 111101 1000101

Color Harmonies of #E07FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FB2

Black with #E07FB2

Text Example


Text Example

White with #E07FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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