Html Css Color HEX #E07BBF Persian Pink

📋 copy color: '#E07BBF'

red 224 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #E07BBF

Tints of Persian Pink #E07BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

 BLUE value IS 191 (75% from 255) = 35.5%

R = 41.64%
G = 22.86%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E07BBF (or 0xE07BBF) is known color: Persian Pink. HEX triplet: E0, 7B and BF. RGB value is (224,123,191). Sum of RGB (Red+Green+Blue) = 224+123+191=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BBF is #1F8440. Grayscale: #A0A0A0. Windows color (decimal): -2065473 or 12549088. OLE color: 12549088.

HSL color Cylindrical-coordinate representation of color #E07BBF: hue angle of 319.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07BBF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 191 -
CMYK 0 0.45 0.15 0.12
HSL 319.6º 0.62% 0.68% -
HSV(B) 319.6º 0.45% 0.88% -
XYZ 47.23 33.77 53.32 -
YUV 160.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 224 123 191 0 0.45 0.15 0.12 319.6 0.62 0.68
Hex E0 7B BF 0 2D F C 140 3E 44
Octal 340 173 277 0 55 17 14 500 76 104
Binary 11100000 1111011 10111111 0 101101 1111 1100 101000000 111110 1000100

Color Harmonies of #E07BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07BBF

Black with #E07BBF

Text Example


Text Example

White with #E07BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07BBF; }

 p { color: rgb(224,123,191); }

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

background-color css

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

 a { background-color: rgb(224,123,191); }

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

border-color css

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

 span { border-color: rgb(224,123,191); }

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