Html Css Color HEX #E07DB4 Persian Pink

📋 copy color: '#E07DB4'

red 224 ◦ green 125 ◦ blue 180

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

Shades of Persian Pink #E07DB4

Tints of Persian Pink #E07DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.03%

R = 42.34%
G = 23.63%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E07DB4 (or 0xE07DB4) is known color: Persian Pink. HEX triplet: E0, 7D and B4. RGB value is (224,125,180). Sum of RGB (Red+Green+Blue) = 224+125+180=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DB4 is #1F824B. Grayscale: #A0A0A0. Windows color (decimal): -2064972 or 11828704. OLE color: 11828704.

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

Color convert

RGB 224 125 180 -
CMYK 0 0.44 0.20 0.12
HSL 326.67º 0.61% 0.68% -
HSV(B) 326.67º 0.44% 0.88% -
XYZ 46.31 33.81 47.27 -
YUV 160.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 224 125 180 0 0.44 0.20 0.12 326.67 0.61 0.68
Hex E0 7D B4 0 2C 14 C 147 3D 44
Octal 340 175 264 0 54 24 14 507 75 104
Binary 11100000 1111101 10110100 0 101100 10100 1100 101000111 111101 1000100

Color Harmonies of #E07DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DB4

Black with #E07DB4

Text Example


Text Example

White with #E07DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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