Html Css Color HEX #E07574 Geraldine

📋 copy color: '#E07574'

red 224 ◦ green 117 ◦ blue 116

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

Shades of Geraldine #E07574

Tints of Geraldine #E07574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

 BLUE value IS 116 (45.7% from 255) = 25.38%

R = 49.02%
G = 25.6%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E07574 (or 0xE07574) is known color: Geraldine. HEX triplet: E0, 75 and 74. RGB value is (224,117,116). Sum of RGB (Red+Green+Blue) = 224+117+116=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07574 is #1F8A8B. Grayscale: #949494. Windows color (decimal): -2067084 or 7632352. OLE color: 7632352.

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

Color convert

RGB 224 117 116 -
CMYK 0 0.48 0.48 0.12
HSL 0.56º 0.64% 0.67% -
HSV(B) 0.56º 0.48% 0.88% -
XYZ 40.25 29.83 20.16 -
YUV 148.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 224 117 116 0 0.48 0.48 0.12 0.56 0.64 0.67
Hex E0 75 74 0 30 30 C 1 40 43
Octal 340 165 164 0 60 60 14 1 100 103
Binary 11100000 1110101 1110100 0 110000 110000 1100 1 1000000 1000011

Color Harmonies of #E07574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07574

Black with #E07574

Text Example


Text Example

White with #E07574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07574; }

 p { color: rgb(224,117,116); }

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

background-color css

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

 a { background-color: rgb(224,117,116); }

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

border-color css

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

 span { border-color: rgb(224,117,116); }

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