Html Css Color HEX #EF7170 Geraldine

📋 copy color: '#EF7170'

red 239 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #EF7170

Tints of Geraldine #EF7170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

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

R = 51.51%
G = 24.35%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7170 (or 0xEF7170) is known color: Geraldine. HEX triplet: EF, 71 and 70. RGB value is (239,113,112). Sum of RGB (Red+Green+Blue) = 239+113+112=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7170 is #108E8F. Grayscale: #969696. Windows color (decimal): -1085072 or 7369199. OLE color: 7369199.

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

Color convert

RGB 239 113 112 -
CMYK 0 0.53 0.53 0.06
HSL 0.47º 0.8% 0.69% -
HSV(B) 0.47º 0.53% 0.94% -
XYZ 44.43 31.33 19.04 -
YUV 150.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 239 113 112 0 0.53 0.53 0.06 0.47 0.8 0.69
Hex EF 71 70 0 35 35 6 0 50 45
Octal 357 161 160 0 65 65 6 0 120 105
Binary 11101111 1110001 1110000 0 110101 110101 110 0 1010000 1000101

Color Harmonies of #EF7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7170

Black with #EF7170

Text Example


Text Example

White with #EF7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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