Html Css Color HEX #E07474 Geraldine

📋 copy color: '#E07474'

red 224 ◦ green 116 ◦ blue 116

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

Shades of Geraldine #E07474

Tints of Geraldine #E07474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.44%

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

R = 49.12%
G = 25.44%
B = 25.44%

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

#E07474 (or 0xE07474) is known color: Geraldine. HEX triplet: E0, 74 and 74. RGB value is (224,116,116). Sum of RGB (Red+Green+Blue) = 224+116+116=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07474 is #1F8B8B. Grayscale: #949494. Windows color (decimal): -2067340 or 7632096. OLE color: 7632096.

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

Color convert

RGB 224 116 116 -
CMYK 0 0.48 0.48 0.12
HSL 0.64% 0.67% -
HSV(B) 0.48% 0.88% -
XYZ 40.14 29.6 20.12 -
YUV 148.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 224 116 116 0 0.48 0.48 0.12 0 0.64 0.67
Hex E0 74 74 0 30 30 C 0 40 43
Octal 340 164 164 0 60 60 14 0 100 103
Binary 11100000 1110100 1110100 0 110000 110000 1100 0 1000000 1000011

Color Harmonies of #E07474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07474

Black with #E07474

Text Example


Text Example

White with #E07474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07474; }

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

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

background-color css

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

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

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

border-color css

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

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

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