Html Css Color HEX #E07DB5 Persian Pink

📋 copy color: '#E07DB5'

red 224 ◦ green 125 ◦ blue 181

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

Shades of Persian Pink #E07DB5

Tints of Persian Pink #E07DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.15%

R = 42.26%
G = 23.58%
B = 34.15%

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

#E07DB5 (or 0xE07DB5) is known color: Persian Pink. HEX triplet: E0, 7D and B5. RGB value is (224,125,181). Sum of RGB (Red+Green+Blue) = 224+125+181=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DB5 is #1F824A. Grayscale: #A0A0A0. Windows color (decimal): -2064971 or 11894240. OLE color: 11894240.

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

Color convert

RGB 224 125 181 -
CMYK 0 0.44 0.19 0.12
HSL 326.06º 0.61% 0.68% -
HSV(B) 326.06º 0.44% 0.88% -
XYZ 46.41 33.85 47.8 -
YUV 160.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 224 125 181 0 0.44 0.19 0.12 326.06 0.61 0.68
Hex E0 7D B5 0 2C 13 C 146 3D 44
Octal 340 175 265 0 54 23 14 506 75 104
Binary 11100000 1111101 10110101 0 101100 10011 1100 101000110 111101 1000100

Color Harmonies of #E07DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DB5

Black with #E07DB5

Text Example


Text Example

White with #E07DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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