Html Css Color HEX #E07FB8 Persian Pink

📋 copy color: '#E07FB8'

red 224 ◦ green 127 ◦ blue 184

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

Shades of Persian Pink #E07FB8

Tints of Persian Pink #E07FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 41.87%
G = 23.74%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E07FB8 (or 0xE07FB8) is known color: Persian Pink. HEX triplet: E0, 7F and B8. RGB value is (224,127,184). Sum of RGB (Red+Green+Blue) = 224+127+184=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FB8 is #1F8047. Grayscale: #A2A2A2. Windows color (decimal): -2064456 or 12091360. OLE color: 12091360.

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

Color convert

RGB 224 127 184 -
CMYK 0 0.43 0.18 0.12
HSL 324.74º 0.61% 0.69% -
HSV(B) 324.74º 0.43% 0.88% -
XYZ 46.98 34.49 49.53 -
YUV 162.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 224 127 184 0 0.43 0.18 0.12 324.74 0.61 0.69
Hex E0 7F B8 0 2B 12 C 145 3D 45
Octal 340 177 270 0 53 22 14 505 75 105
Binary 11100000 1111111 10111000 0 101011 10010 1100 101000101 111101 1000101

Color Harmonies of #E07FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FB8

Black with #E07FB8

Text Example


Text Example

White with #E07FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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