Html Css Color HEX #EF7771 Geraldine

📋 copy color: '#EF7771'

red 239 ◦ green 119 ◦ blue 113

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

Shades of Geraldine #EF7771

Tints of Geraldine #EF7771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.27%

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

R = 50.74%
G = 25.27%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7771 (or 0xEF7771) is known color: Geraldine. HEX triplet: EF, 77 and 71. RGB value is (239,119,113). Sum of RGB (Red+Green+Blue) = 239+119+113=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7771 is #10888E. Grayscale: #9A9A9A. Windows color (decimal): -1083535 or 7436271. OLE color: 7436271.

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

Color convert

RGB 239 119 113 -
CMYK 0 0.50 0.53 0.06
HSL 2.86º 0.8% 0.69% -
HSV(B) 2.86º 0.53% 0.94% -
XYZ 45.17 32.74 19.56 -
YUV 154.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 239 119 113 0 0.50 0.53 0.06 2.86 0.8 0.69
Hex EF 77 71 0 32 35 6 3 50 45
Octal 357 167 161 0 62 65 6 3 120 105
Binary 11101111 1110111 1110001 0 110010 110101 110 11 1010000 1000101

Color Harmonies of #EF7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7771

Black with #EF7771

Text Example


Text Example

White with #EF7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7771; }

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

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

background-color css

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

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

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

border-color css

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

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

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