Html Css Color HEX #EF7370 Geraldine

📋 copy color: '#EF7370'

red 239 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #EF7370

Tints of Geraldine #EF7370

RGB

 RED value IS 239 (93.75% from 255) = 51.29%

 GREEN value IS 115 (45.31% from 255) = 24.68%

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 51.29%
G = 24.68%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7370 (or 0xEF7370) is known color: Geraldine. HEX triplet: EF, 73 and 70. RGB value is (239,115,112). Sum of RGB (Red+Green+Blue) = 239+115+112=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7370 is #108C8F. Grayscale: #979797. Windows color (decimal): -1084560 or 7369711. OLE color: 7369711.

HSL color Cylindrical-coordinate representation of color #EF7370: hue angle of 1.42º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7370 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 115 112 -
CMYK 0 0.52 0.53 0.06
HSL 1.42º 0.8% 0.69% -
HSV(B) 1.42º 0.53% 0.94% -
XYZ 44.65 31.78 19.11 -
YUV 151.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 239 115 112 0 0.52 0.53 0.06 1.42 0.8 0.69
Hex EF 73 70 0 34 35 6 1 50 45
Octal 357 163 160 0 64 65 6 1 120 105
Binary 11101111 1110011 1110000 0 110100 110101 110 1 1010000 1000101

Color Harmonies of #EF7370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7370

Black with #EF7370

Text Example


Text Example

White with #EF7370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7370; }

 p { color: rgb(239,115,112); }

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

background-color css

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

 a { background-color: rgb(239,115,112); }

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

border-color css

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

 span { border-color: rgb(239,115,112); }

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