Html Css Color HEX #E07EBE Persian Pink

📋 copy color: '#E07EBE'

red 224 ◦ green 126 ◦ blue 190

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

Shades of Persian Pink #E07EBE

Tints of Persian Pink #E07EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 41.48%
G = 23.33%
B = 35.19%

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

#E07EBE (or 0xE07EBE) is known color: Persian Pink. HEX triplet: E0, 7E and BE. RGB value is (224,126,190). Sum of RGB (Red+Green+Blue) = 224+126+190=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EBE is #1F8141. Grayscale: #A2A2A2. Windows color (decimal): -2064706 or 12484320. OLE color: 12484320.

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

Color convert

RGB 224 126 190 -
CMYK 0 0.44 0.15 0.12
HSL 320.82º 0.61% 0.69% -
HSV(B) 320.82º 0.44% 0.88% -
XYZ 47.5 34.49 52.87 -
YUV 162.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 224 126 190 0 0.44 0.15 0.12 320.82 0.61 0.69
Hex E0 7E BE 0 2C F C 141 3D 45
Octal 340 176 276 0 54 17 14 501 75 105
Binary 11100000 1111110 10111110 0 101100 1111 1100 101000001 111101 1000101

Color Harmonies of #E07EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EBE

Black with #E07EBE

Text Example


Text Example

White with #E07EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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