Html Css Color HEX #E07EC4 Persian Pink

📋 copy color: '#E07EC4'

red 224 ◦ green 126 ◦ blue 196

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

Shades of Persian Pink #E07EC4

Tints of Persian Pink #E07EC4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.08%

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

R = 41.03%
G = 23.08%
B = 35.9%

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

#E07EC4 (or 0xE07EC4) is known color: Persian Pink. HEX triplet: E0, 7E and C4. RGB value is (224,126,196). Sum of RGB (Red+Green+Blue) = 224+126+196=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EC4 is #1F813B. Grayscale: #A3A3A3. Windows color (decimal): -2064700 or 12877536. OLE color: 12877536.

HSL color Cylindrical-coordinate representation of color #E07EC4: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07EC4 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 196 -
CMYK 0 0.44 0.12 0.12
HSL 317.14º 0.61% 0.69% -
HSV(B) 317.14º 0.44% 0.88% -
XYZ 48.17 34.75 56.39 -
YUV 163.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 224 126 196 0 0.44 0.12 0.12 317.14 0.61 0.69
Hex E0 7E C4 0 2C C C 13D 3D 45
Octal 340 176 304 0 54 14 14 475 75 105
Binary 11100000 1111110 11000100 0 101100 1100 1100 100111101 111101 1000101

Color Harmonies of #E07EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EC4

Black with #E07EC4

Text Example


Text Example

White with #E07EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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