Html Css Color HEX #E07A6F Geraldine

📋 copy color: '#E07A6F'

red 224 ◦ green 122 ◦ blue 111

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

Shades of Geraldine #E07A6F

Tints of Geraldine #E07A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.7%

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 49.02%
G = 26.7%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07A6F (or 0xE07A6F) is known color: Geraldine. HEX triplet: E0, 7A and 6F. RGB value is (224,122,111). Sum of RGB (Red+Green+Blue) = 224+122+111=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A6F is #1F8590. Grayscale: #979797. Windows color (decimal): -2065809 or 7305952. OLE color: 7305952.

HSL color Cylindrical-coordinate representation of color #E07A6F: hue angle of 5.84º degrees, saturation: 0.65, 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 #E07A6F is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 111 -
CMYK 0 0.46 0.50 0.12
HSL 5.84º 0.65% 0.66% -
HSV(B) 5.84º 0.5% 0.88% -
XYZ 40.57 30.91 18.87 -
YUV 151.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 224 122 111 0 0.46 0.50 0.12 5.84 0.65 0.66
Hex E0 7A 6F 0 2E 32 C 6 41 42
Octal 340 172 157 0 56 62 14 6 101 102
Binary 11100000 1111010 1101111 0 101110 110010 1100 110 1000001 1000010

Color Harmonies of #E07A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A6F

Black with #E07A6F

Text Example


Text Example

White with #E07A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A6F; }

 p { color: rgb(224,122,111); }

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

background-color css

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

 a { background-color: rgb(224,122,111); }

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

border-color css

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

 span { border-color: rgb(224,122,111); }

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