Html Css Color HEX #E07670 Geraldine

📋 copy color: '#E07670'

red 224 ◦ green 118 ◦ blue 112

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

Shades of Geraldine #E07670

Tints of Geraldine #E07670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.67%

R = 49.34%
G = 25.99%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07670 (or 0xE07670) is known color: Geraldine. HEX triplet: E0, 76 and 70. RGB value is (224,118,112). Sum of RGB (Red+Green+Blue) = 224+118+112=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07670 is #1F898F. Grayscale: #959595. Windows color (decimal): -2066832 or 7370464. OLE color: 7370464.

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

Color convert

RGB 224 118 112 -
CMYK 0 0.47 0.50 0.12
HSL 3.21º 0.64% 0.66% -
HSV(B) 3.21º 0.5% 0.88% -
XYZ 40.14 29.97 19 -
YUV 149.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 224 118 112 0 0.47 0.50 0.12 3.21 0.64 0.66
Hex E0 76 70 0 2F 32 C 3 40 42
Octal 340 166 160 0 57 62 14 3 100 102
Binary 11100000 1110110 1110000 0 101111 110010 1100 11 1000000 1000010

Color Harmonies of #E07670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07670

Black with #E07670

Text Example


Text Example

White with #E07670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07670; }

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

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

background-color css

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

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

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

border-color css

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

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

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