Html Css Color HEX #EF7F71 Geraldine

📋 copy color: '#EF7F71'

red 239 ◦ green 127 ◦ blue 113

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

Shades of Geraldine #EF7F71

Tints of Geraldine #EF7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 49.9%
G = 26.51%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7F71 (or 0xEF7F71) is known color: Geraldine. HEX triplet: EF, 7F and 71. RGB value is (239,127,113). Sum of RGB (Red+Green+Blue) = 239+127+113=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F71 is #10808E. Grayscale: #9F9F9F. Windows color (decimal): -1081487 or 7438319. OLE color: 7438319.

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

Color convert

RGB 239 127 113 -
CMYK 0 0.47 0.53 0.06
HSL 6.67º 0.8% 0.69% -
HSV(B) 6.67º 0.53% 0.94% -
XYZ 46.17 34.72 19.89 -
YUV 158.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 239 127 113 0 0.47 0.53 0.06 6.67 0.8 0.69
Hex EF 7F 71 0 2F 35 6 7 50 45
Octal 357 177 161 0 57 65 6 7 120 105
Binary 11101111 1111111 1110001 0 101111 110101 110 111 1010000 1000101

Color Harmonies of #EF7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F71

Black with #EF7F71

Text Example


Text Example

White with #EF7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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