Html Css Color HEX #E07DBA Persian Pink

📋 copy color: '#E07DBA'

red 224 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #E07DBA

Tints of Persian Pink #E07DBA

RGB

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

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

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

R = 41.87%
G = 23.36%
B = 34.77%

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

#E07DBA (or 0xE07DBA) is known color: Persian Pink. HEX triplet: E0, 7D and BA. RGB value is (224,125,186). Sum of RGB (Red+Green+Blue) = 224+125+186=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DBA is #1F8245. Grayscale: #A1A1A1. Windows color (decimal): -2064966 or 12221920. OLE color: 12221920.

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

Color convert

RGB 224 125 186 -
CMYK 0 0.44 0.17 0.12
HSL 323.03º 0.61% 0.68% -
HSV(B) 323.03º 0.44% 0.88% -
XYZ 46.94 34.06 50.55 -
YUV 161.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 224 125 186 0 0.44 0.17 0.12 323.03 0.61 0.68
Hex E0 7D BA 0 2C 11 C 143 3D 44
Octal 340 175 272 0 54 21 14 503 75 104
Binary 11100000 1111101 10111010 0 101100 10001 1100 101000011 111101 1000100

Color Harmonies of #E07DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DBA

Black with #E07DBA

Text Example


Text Example

White with #E07DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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