Html Css Color HEX #EF7A72 Geraldine

📋 copy color: '#EF7A72'

red 239 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #EF7A72

Tints of Geraldine #EF7A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.68%

 BLUE value IS 114 (44.92% from 255) = 24%

R = 50.32%
G = 25.68%
B = 24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF7A72 (or 0xEF7A72) is known color: Geraldine. HEX triplet: EF, 7A and 72. RGB value is (239,122,114). Sum of RGB (Red+Green+Blue) = 239+122+114=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A72 is #10858D. Grayscale: #9C9C9C. Windows color (decimal): -1082766 or 7502575. OLE color: 7502575.

HSL color Cylindrical-coordinate representation of color #EF7A72: hue angle of 3.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7A72 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 114 -
CMYK 0 0.49 0.52 0.06
HSL 3.84º 0.8% 0.69% -
HSV(B) 3.84º 0.52% 0.94% -
XYZ 45.59 33.48 19.98 -
YUV 156.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 239 122 114 0 0.49 0.52 0.06 3.84 0.8 0.69
Hex EF 7A 72 0 31 34 6 4 50 45
Octal 357 172 162 0 61 64 6 4 120 105
Binary 11101111 1111010 1110010 0 110001 110100 110 100 1010000 1000101

Color Harmonies of #EF7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A72

Black with #EF7A72

Text Example


Text Example

White with #EF7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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