Html Css Color HEX #E07DC3 Persian Pink

📋 copy color: '#E07DC3'

red 224 ◦ green 125 ◦ blue 195

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

Shades of Persian Pink #E07DC3

Tints of Persian Pink #E07DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.85%

R = 41.18%
G = 22.98%
B = 35.85%

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

#E07DC3 (or 0xE07DC3) is known color: Persian Pink. HEX triplet: E0, 7D and C3. RGB value is (224,125,195). Sum of RGB (Red+Green+Blue) = 224+125+195=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DC3 is #1F823C. Grayscale: #A2A2A2. Windows color (decimal): -2064957 or 12811744. OLE color: 12811744.

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

Color convert

RGB 224 125 195 -
CMYK 0 0.44 0.13 0.12
HSL 317.58º 0.61% 0.68% -
HSV(B) 317.58º 0.44% 0.88% -
XYZ 47.92 34.45 55.75 -
YUV 162.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 224 125 195 0 0.44 0.13 0.12 317.58 0.61 0.68
Hex E0 7D C3 0 2C D C 13E 3D 44
Octal 340 175 303 0 54 15 14 476 75 104
Binary 11100000 1111101 11000011 0 101100 1101 1100 100111110 111101 1000100

Color Harmonies of #E07DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DC3

Black with #E07DC3

Text Example


Text Example

White with #E07DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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