Html Css Color HEX #E07290 Pale Violet Red

📋 copy color: '#E07290'

red 224 ◦ green 114 ◦ blue 144

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

Shades of Pale Violet Red #E07290

Tints of Pale Violet Red #E07290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 46.47%
G = 23.65%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E07290 (or 0xE07290) is known color: Pale Violet Red. HEX triplet: E0, 72 and 90. RGB value is (224,114,144). Sum of RGB (Red+Green+Blue) = 224+114+144=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E07290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07290 is #1F8D6F. Grayscale: #969696. Windows color (decimal): -2067824 or 9466592. OLE color: 9466592.

HSL color Cylindrical-coordinate representation of color #E07290: hue angle of 343.64º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07290 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 114 144 -
CMYK 0 0.49 0.36 0.12
HSL 343.64º 0.64% 0.66% -
HSV(B) 343.64º 0.49% 0.88% -
XYZ 41.79 29.9 29.95 -
YUV 150.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 224 114 144 0 0.49 0.36 0.12 343.64 0.64 0.66
Hex E0 72 90 0 31 24 C 158 40 42
Octal 340 162 220 0 61 44 14 530 100 102
Binary 11100000 1110010 10010000 0 110001 100100 1100 101011000 1000000 1000010

Color Harmonies of #E07290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07290

Black with #E07290

Text Example


Text Example

White with #E07290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07290; }

 p { color: rgb(224,114,144); }

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

background-color css

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

 a { background-color: rgb(224,114,144); }

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

border-color css

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

 span { border-color: rgb(224,114,144); }

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