Html Css Color HEX #E07DC2 Persian Pink

📋 copy color: '#E07DC2'

red 224 ◦ green 125 ◦ blue 194

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

Shades of Persian Pink #E07DC2

Tints of Persian Pink #E07DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.73%

R = 41.25%
G = 23.02%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E07DC2 (or 0xE07DC2) is known color: Persian Pink. HEX triplet: E0, 7D and C2. RGB value is (224,125,194). Sum of RGB (Red+Green+Blue) = 224+125+194=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DC2 is #1F823D. Grayscale: #A2A2A2. Windows color (decimal): -2064958 or 12746208. OLE color: 12746208.

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

Color convert

RGB 224 125 194 -
CMYK 0 0.44 0.13 0.12
HSL 318.18º 0.61% 0.68% -
HSV(B) 318.18º 0.44% 0.88% -
XYZ 47.81 34.41 55.16 -
YUV 162.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 224 125 194 0 0.44 0.13 0.12 318.18 0.61 0.68
Hex E0 7D C2 0 2C D C 13E 3D 44
Octal 340 175 302 0 54 15 14 476 75 104
Binary 11100000 1111101 11000010 0 101100 1101 1100 100111110 111101 1000100

Color Harmonies of #E07DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DC2

Black with #E07DC2

Text Example


Text Example

White with #E07DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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