Html Css Color HEX #EF7B71 Geraldine

📋 copy color: '#EF7B71'

red 239 ◦ green 123 ◦ blue 113

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

Shades of Geraldine #EF7B71

Tints of Geraldine #EF7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.89%

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

R = 50.32%
G = 25.89%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7B71 (or 0xEF7B71) is known color: Geraldine. HEX triplet: EF, 7B and 71. RGB value is (239,123,113). Sum of RGB (Red+Green+Blue) = 239+123+113=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B71 is #10848E. Grayscale: #9C9C9C. Windows color (decimal): -1082511 or 7437295. OLE color: 7437295.

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

Color convert

RGB 239 123 113 -
CMYK 0 0.49 0.53 0.06
HSL 4.76º 0.8% 0.69% -
HSV(B) 4.76º 0.53% 0.94% -
XYZ 45.66 33.71 19.72 -
YUV 156.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 239 123 113 0 0.49 0.53 0.06 4.76 0.8 0.69
Hex EF 7B 71 0 31 35 6 5 50 45
Octal 357 173 161 0 61 65 6 5 120 105
Binary 11101111 1111011 1110001 0 110001 110101 110 101 1010000 1000101

Color Harmonies of #EF7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7B71

Black with #EF7B71

Text Example


Text Example

White with #EF7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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