Html Css Color HEX #E07CC2 Persian Pink

📋 copy color: '#E07CC2'

red 224 ◦ green 124 ◦ blue 194

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

Shades of Persian Pink #E07CC2

Tints of Persian Pink #E07CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

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

R = 41.33%
G = 22.88%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E07CC2 (or 0xE07CC2) is known color: Persian Pink. HEX triplet: E0, 7C and C2. RGB value is (224,124,194). Sum of RGB (Red+Green+Blue) = 224+124+194=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CC2 is #1F833D. Grayscale: #A1A1A1. Windows color (decimal): -2065214 or 12745952. OLE color: 12745952.

HSL color Cylindrical-coordinate representation of color #E07CC2: hue angle of 318º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CC2 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 194 -
CMYK 0 0.45 0.13 0.12
HSL 318º 0.62% 0.68% -
HSV(B) 318º 0.45% 0.88% -
XYZ 47.69 34.16 55.12 -
YUV 161.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 224 124 194 0 0.45 0.13 0.12 318 0.62 0.68
Hex E0 7C C2 0 2D D C 13E 3E 44
Octal 340 174 302 0 55 15 14 476 76 104
Binary 11100000 1111100 11000010 0 101101 1101 1100 100111110 111110 1000100

Color Harmonies of #E07CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07CC2

Black with #E07CC2

Text Example


Text Example

White with #E07CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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