Html Css Color HEX #EF7870 Geraldine

📋 copy color: '#EF7870'

red 239 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #EF7870

Tints of Geraldine #EF7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.48%

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

R = 50.74%
G = 25.48%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EF7870 (or 0xEF7870) is known color: Geraldine. HEX triplet: EF, 78 and 70. RGB value is (239,120,112). Sum of RGB (Red+Green+Blue) = 239+120+112=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7870 is #10878F. Grayscale: #9A9A9A. Windows color (decimal): -1083280 or 7370991. OLE color: 7370991.

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

Color convert

RGB 239 120 112 -
CMYK 0 0.50 0.53 0.06
HSL 3.78º 0.8% 0.69% -
HSV(B) 3.78º 0.53% 0.94% -
XYZ 45.24 32.95 19.31 -
YUV 154.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 239 120 112 0 0.50 0.53 0.06 3.78 0.8 0.69
Hex EF 78 70 0 32 35 6 4 50 45
Octal 357 170 160 0 62 65 6 4 120 105
Binary 11101111 1111000 1110000 0 110010 110101 110 100 1010000 1000101

Color Harmonies of #EF7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7870

Black with #EF7870

Text Example


Text Example

White with #EF7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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