Html Css Color HEX #EF7271 Geraldine

📋 copy color: '#EF7271'

red 239 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #EF7271

Tints of Geraldine #EF7271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.46%

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

R = 51.29%
G = 24.46%
B = 24.25%

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

#EF7271 (or 0xEF7271) is known color: Geraldine. HEX triplet: EF, 72 and 71. RGB value is (239,114,113). Sum of RGB (Red+Green+Blue) = 239+114+113=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7271 is #108D8E. Grayscale: #979797. Windows color (decimal): -1084815 or 7434991. OLE color: 7434991.

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

Color convert

RGB 239 114 113 -
CMYK 0 0.52 0.53 0.06
HSL 0.48º 0.8% 0.69% -
HSV(B) 0.48º 0.53% 0.94% -
XYZ 44.59 31.58 19.37 -
YUV 151.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 239 114 113 0 0.52 0.53 0.06 0.48 0.8 0.69
Hex EF 72 71 0 34 35 6 0 50 45
Octal 357 162 161 0 64 65 6 0 120 105
Binary 11101111 1110010 1110001 0 110100 110101 110 0 1010000 1000101

Color Harmonies of #EF7271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7271

Black with #EF7271

Text Example


Text Example

White with #EF7271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7271; }

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

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

background-color css

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

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

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

border-color css

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

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

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