Html Css Color HEX #E07FC3 Persian Pink

📋 copy color: '#E07FC3'

red 224 ◦ green 127 ◦ blue 195

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

Shades of Persian Pink #E07FC3

Tints of Persian Pink #E07FC3

RGB

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

 GREEN value IS 127 (50% from 255) = 23.26%

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

R = 41.03%
G = 23.26%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E07FC3 (or 0xE07FC3) is known color: Persian Pink. HEX triplet: E0, 7F and C3. RGB value is (224,127,195). Sum of RGB (Red+Green+Blue) = 224+127+195=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC3 is #1F803C. Grayscale: #A3A3A3. Windows color (decimal): -2064445 or 12812256. OLE color: 12812256.

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

Color convert

RGB 224 127 195 -
CMYK 0 0.43 0.13 0.12
HSL 317.94º 0.61% 0.69% -
HSV(B) 317.94º 0.43% 0.88% -
XYZ 48.18 34.97 55.84 -
YUV 163.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 224 127 195 0 0.43 0.13 0.12 317.94 0.61 0.69
Hex E0 7F C3 0 2B D C 13E 3D 45
Octal 340 177 303 0 53 15 14 476 75 105
Binary 11100000 1111111 11000011 0 101011 1101 1100 100111110 111101 1000101

Color Harmonies of #E07FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC3

Black with #E07FC3

Text Example


Text Example

White with #E07FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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