Html Css Color HEX #E07DB8 Persian Pink

📋 copy color: '#E07DB8'

red 224 ◦ green 125 ◦ blue 184

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

Shades of Persian Pink #E07DB8

Tints of Persian Pink #E07DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.52%

R = 42.03%
G = 23.45%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E07DB8 (or 0xE07DB8) is known color: Persian Pink. HEX triplet: E0, 7D and B8. RGB value is (224,125,184). Sum of RGB (Red+Green+Blue) = 224+125+184=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DB8 is #1F8247. Grayscale: #A1A1A1. Windows color (decimal): -2064968 or 12090848. OLE color: 12090848.

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

Color convert

RGB 224 125 184 -
CMYK 0 0.44 0.18 0.12
HSL 324.24º 0.61% 0.68% -
HSV(B) 324.24º 0.44% 0.88% -
XYZ 46.73 33.98 49.44 -
YUV 161.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 224 125 184 0 0.44 0.18 0.12 324.24 0.61 0.68
Hex E0 7D B8 0 2C 12 C 144 3D 44
Octal 340 175 270 0 54 22 14 504 75 104
Binary 11100000 1111101 10111000 0 101100 10010 1100 101000100 111101 1000100

Color Harmonies of #E07DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DB8

Black with #E07DB8

Text Example


Text Example

White with #E07DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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