Html Css Color HEX #E07693 Pale Violet Red

📋 copy color: '#E07693'

red 224 ◦ green 118 ◦ blue 147

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

Shades of Pale Violet Red #E07693

Tints of Pale Violet Red #E07693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.13%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 45.81%
G = 24.13%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E07693 (or 0xE07693) is known color: Pale Violet Red. HEX triplet: E0, 76 and 93. RGB value is (224,118,147). Sum of RGB (Red+Green+Blue) = 224+118+147=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E07693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07693 is #1F896C. Grayscale: #989898. Windows color (decimal): -2066797 or 9664224. OLE color: 9664224.

HSL color Cylindrical-coordinate representation of color #E07693: hue angle of 343.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07693 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 147 -
CMYK 0 0.47 0.34 0.12
HSL 343.58º 0.63% 0.67% -
HSV(B) 343.58º 0.47% 0.88% -
XYZ 42.49 30.91 31.33 -
YUV 153 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 224 118 147 0 0.47 0.34 0.12 343.58 0.63 0.67
Hex E0 76 93 0 2F 22 C 158 3F 43
Octal 340 166 223 0 57 42 14 530 77 103
Binary 11100000 1110110 10010011 0 101111 100010 1100 101011000 111111 1000011

Color Harmonies of #E07693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07693

Black with #E07693

Text Example


Text Example

White with #E07693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07693; }

 p { color: rgb(224,118,147); }

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

background-color css

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

 a { background-color: rgb(224,118,147); }

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

border-color css

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

 span { border-color: rgb(224,118,147); }

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