Html Css Color HEX #E07EBF Persian Pink

📋 copy color: '#E07EBF'

red 224 ◦ green 126 ◦ blue 191

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

Shades of Persian Pink #E07EBF

Tints of Persian Pink #E07EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.29%

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

R = 41.4%
G = 23.29%
B = 35.3%

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

#E07EBF (or 0xE07EBF) is known color: Persian Pink. HEX triplet: E0, 7E and BF. RGB value is (224,126,191). Sum of RGB (Red+Green+Blue) = 224+126+191=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EBF is #1F8140. Grayscale: #A2A2A2. Windows color (decimal): -2064705 or 12549856. OLE color: 12549856.

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

Color convert

RGB 224 126 191 -
CMYK 0 0.44 0.15 0.12
HSL 320.2º 0.61% 0.69% -
HSV(B) 320.2º 0.44% 0.88% -
XYZ 47.61 34.53 53.45 -
YUV 162.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 224 126 191 0 0.44 0.15 0.12 320.2 0.61 0.69
Hex E0 7E BF 0 2C F C 140 3D 45
Octal 340 176 277 0 54 17 14 500 75 105
Binary 11100000 1111110 10111111 0 101100 1111 1100 101000000 111101 1000101

Color Harmonies of #E07EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EBF

Black with #E07EBF

Text Example


Text Example

White with #E07EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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