Html Css Color HEX #E07DBF Persian Pink

📋 copy color: '#E07DBF'

red 224 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #E07DBF

Tints of Persian Pink #E07DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

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

R = 41.48%
G = 23.15%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E07DBF (or 0xE07DBF) is known color: Persian Pink. HEX triplet: E0, 7D and BF. RGB value is (224,125,191). Sum of RGB (Red+Green+Blue) = 224+125+191=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DBF is #1F8240. Grayscale: #A1A1A1. Windows color (decimal): -2064961 or 12549600. OLE color: 12549600.

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

Color convert

RGB 224 125 191 -
CMYK 0 0.44 0.15 0.12
HSL 320º 0.61% 0.68% -
HSV(B) 320º 0.44% 0.88% -
XYZ 47.48 34.28 53.4 -
YUV 162.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 224 125 191 0 0.44 0.15 0.12 320 0.61 0.68
Hex E0 7D BF 0 2C F C 140 3D 44
Octal 340 175 277 0 54 17 14 500 75 104
Binary 11100000 1111101 10111111 0 101100 1111 1100 101000000 111101 1000100

Color Harmonies of #E07DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DBF

Black with #E07DBF

Text Example


Text Example

White with #E07DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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