Html Css Color HEX #E07671 Geraldine

📋 copy color: '#E07671'

red 224 ◦ green 118 ◦ blue 113

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

Shades of Geraldine #E07671

Tints of Geraldine #E07671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.84%

R = 49.23%
G = 25.93%
B = 24.84%

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

#E07671 (or 0xE07671) is known color: Geraldine. HEX triplet: E0, 76 and 71. RGB value is (224,118,113). Sum of RGB (Red+Green+Blue) = 224+118+113=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E07671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07671 is #1F898E. Grayscale: #959595. Windows color (decimal): -2066831 or 7436000. OLE color: 7436000.

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

Color convert

RGB 224 118 113 -
CMYK 0 0.47 0.50 0.12
HSL 2.7º 0.64% 0.66% -
HSV(B) 2.7º 0.5% 0.88% -
XYZ 40.2 30 19.29 -
YUV 149.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 224 118 113 0 0.47 0.50 0.12 2.7 0.64 0.66
Hex E0 76 71 0 2F 32 C 3 40 42
Octal 340 166 161 0 57 62 14 3 100 102
Binary 11100000 1110110 1110001 0 101111 110010 1100 11 1000000 1000010

Color Harmonies of #E07671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07671

Black with #E07671

Text Example


Text Example

White with #E07671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07671; }

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

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

background-color css

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

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

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

border-color css

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

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

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