Html Css Color HEX #E07EBA Persian Pink

📋 copy color: '#E07EBA'

red 224 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #E07EBA

Tints of Persian Pink #E07EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.7%

R = 41.79%
G = 23.51%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E07EBA (or 0xE07EBA) is known color: Persian Pink. HEX triplet: E0, 7E and BA. RGB value is (224,126,186). Sum of RGB (Red+Green+Blue) = 224+126+186=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EBA is #1F8145. Grayscale: #A2A2A2. Windows color (decimal): -2064710 or 12222176. OLE color: 12222176.

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

Color convert

RGB 224 126 186 -
CMYK 0 0.44 0.17 0.12
HSL 323.27º 0.61% 0.69% -
HSV(B) 323.27º 0.44% 0.88% -
XYZ 47.06 34.31 50.6 -
YUV 162.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 224 126 186 0 0.44 0.17 0.12 323.27 0.61 0.69
Hex E0 7E BA 0 2C 11 C 143 3D 45
Octal 340 176 272 0 54 21 14 503 75 105
Binary 11100000 1111110 10111010 0 101100 10001 1100 101000011 111101 1000101

Color Harmonies of #E07EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EBA

Black with #E07EBA

Text Example


Text Example

White with #E07EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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