Html Css Color HEX #E07DB6 Persian Pink

📋 copy color: '#E07DB6'

red 224 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #E07DB6

Tints of Persian Pink #E07DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.27%

R = 42.18%
G = 23.54%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E07DB6 (or 0xE07DB6) is known color: Persian Pink. HEX triplet: E0, 7D and B6. RGB value is (224,125,182). Sum of RGB (Red+Green+Blue) = 224+125+182=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DB6 is #1F8249. Grayscale: #A0A0A0. Windows color (decimal): -2064970 or 11959776. OLE color: 11959776.

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

Color convert

RGB 224 125 182 -
CMYK 0 0.44 0.19 0.12
HSL 325.45º 0.61% 0.68% -
HSV(B) 325.45º 0.44% 0.88% -
XYZ 46.52 33.89 48.35 -
YUV 161.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 224 125 182 0 0.44 0.19 0.12 325.45 0.61 0.68
Hex E0 7D B6 0 2C 13 C 145 3D 44
Octal 340 175 266 0 54 23 14 505 75 104
Binary 11100000 1111101 10110110 0 101100 10011 1100 101000101 111101 1000100

Color Harmonies of #E07DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DB6

Black with #E07DB6

Text Example


Text Example

White with #E07DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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