Html Css Color HEX #EF7670 Geraldine

📋 copy color: '#EF7670'

red 239 ◦ green 118 ◦ blue 112

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

Shades of Geraldine #EF7670

Tints of Geraldine #EF7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.16%

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

R = 50.96%
G = 25.16%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7670 (or 0xEF7670) is known color: Geraldine. HEX triplet: EF, 76 and 70. RGB value is (239,118,112). Sum of RGB (Red+Green+Blue) = 239+118+112=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7670 is #10898F. Grayscale: #999999. Windows color (decimal): -1083792 or 7370479. OLE color: 7370479.

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

Color convert

RGB 239 118 112 -
CMYK 0 0.51 0.53 0.06
HSL 2.83º 0.8% 0.69% -
HSV(B) 2.83º 0.53% 0.94% -
XYZ 45 32.48 19.23 -
YUV 153.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 239 118 112 0 0.51 0.53 0.06 2.83 0.8 0.69
Hex EF 76 70 0 33 35 6 3 50 45
Octal 357 166 160 0 63 65 6 3 120 105
Binary 11101111 1110110 1110000 0 110011 110101 110 11 1010000 1000101

Color Harmonies of #EF7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7670

Black with #EF7670

Text Example


Text Example

White with #EF7670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7670; }

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

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

background-color css

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

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

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

border-color css

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

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

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