Html Css Color HEX #E07DC4 Persian Pink

📋 copy color: '#E07DC4'

red 224 ◦ green 125 ◦ blue 196

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

Shades of Persian Pink #E07DC4

Tints of Persian Pink #E07DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 41.1%
G = 22.94%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E07DC4 (or 0xE07DC4) is known color: Persian Pink. HEX triplet: E0, 7D and C4. RGB value is (224,125,196). Sum of RGB (Red+Green+Blue) = 224+125+196=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DC4 is #1F823B. Grayscale: #A2A2A2. Windows color (decimal): -2064956 or 12877280. OLE color: 12877280.

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

Color convert

RGB 224 125 196 -
CMYK 0 0.44 0.12 0.12
HSL 316.97º 0.61% 0.68% -
HSV(B) 316.97º 0.44% 0.88% -
XYZ 48.04 34.5 56.35 -
YUV 162.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 224 125 196 0 0.44 0.12 0.12 316.97 0.61 0.68
Hex E0 7D C4 0 2C C C 13D 3D 44
Octal 340 175 304 0 54 14 14 475 75 104
Binary 11100000 1111101 11000100 0 101100 1100 1100 100111101 111101 1000100

Color Harmonies of #E07DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DC4

Black with #E07DC4

Text Example


Text Example

White with #E07DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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