Html Css Color HEX #EF7D70 Geraldine

📋 copy color: '#EF7D70'

red 239 ◦ green 125 ◦ blue 112

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

Shades of Geraldine #EF7D70

Tints of Geraldine #EF7D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 50.21%
G = 26.26%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7D70 (or 0xEF7D70) is known color: Geraldine. HEX triplet: EF, 7D and 70. RGB value is (239,125,112). Sum of RGB (Red+Green+Blue) = 239+125+112=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D70 is #10828F. Grayscale: #9D9D9D. Windows color (decimal): -1082000 or 7372271. OLE color: 7372271.

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

Color convert

RGB 239 125 112 -
CMYK 0 0.48 0.53 0.06
HSL 6.14º 0.8% 0.69% -
HSV(B) 6.14º 0.53% 0.94% -
XYZ 45.85 34.19 19.51 -
YUV 157.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 239 125 112 0 0.48 0.53 0.06 6.14 0.8 0.69
Hex EF 7D 70 0 30 35 6 6 50 45
Octal 357 175 160 0 60 65 6 6 120 105
Binary 11101111 1111101 1110000 0 110000 110101 110 110 1010000 1000101

Color Harmonies of #EF7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D70

Black with #EF7D70

Text Example


Text Example

White with #EF7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D70; }

 p { color: rgb(239,125,112); }

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

background-color css

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

 a { background-color: rgb(239,125,112); }

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

border-color css

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

 span { border-color: rgb(239,125,112); }

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