Html Css Color HEX #E07773 Geraldine

📋 copy color: '#E07773'

red 224 ◦ green 119 ◦ blue 115

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

Shades of Geraldine #E07773

Tints of Geraldine #E07773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.98%

 BLUE value IS 115 (45.31% from 255) = 25.11%

R = 48.91%
G = 25.98%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07773 (or 0xE07773) is known color: Geraldine. HEX triplet: E0, 77 and 73. RGB value is (224,119,115). Sum of RGB (Red+Green+Blue) = 224+119+115=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07773 is #1F888C. Grayscale: #969696. Windows color (decimal): -2066573 or 7567328. OLE color: 7567328.

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

Color convert

RGB 224 119 115 -
CMYK 0 0.47 0.49 0.12
HSL 2.2º 0.64% 0.66% -
HSV(B) 2.2º 0.49% 0.88% -
XYZ 40.43 30.28 19.93 -
YUV 149.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 224 119 115 0 0.47 0.49 0.12 2.2 0.64 0.66
Hex E0 77 73 0 2F 31 C 2 40 42
Octal 340 167 163 0 57 61 14 2 100 102
Binary 11100000 1110111 1110011 0 101111 110001 1100 10 1000000 1000010

Color Harmonies of #E07773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07773

Black with #E07773

Text Example


Text Example

White with #E07773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07773; }

 p { color: rgb(224,119,115); }

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

background-color css

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

 a { background-color: rgb(224,119,115); }

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

border-color css

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

 span { border-color: rgb(224,119,115); }

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