Html Css Color HEX #EB7E70 Geraldine

📋 copy color: '#EB7E70'

red 235 ◦ green 126 ◦ blue 112

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

Shades of Geraldine #EB7E70

Tints of Geraldine #EB7E70

RGB

 RED value IS 235 (92.19% from 255) = 49.68%

 GREEN value IS 126 (49.61% from 255) = 26.64%

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

R = 49.68%
G = 26.64%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB7E70 (or 0xEB7E70) is known color: Geraldine. HEX triplet: EB, 7E and 70. RGB value is (235,126,112). Sum of RGB (Red+Green+Blue) = 235+126+112=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7E70 is #14818F. Grayscale: #9D9D9D. Windows color (decimal): -1343888 or 7372523. OLE color: 7372523.

HSL color Cylindrical-coordinate representation of color #EB7E70: hue angle of 6.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB7E70 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 126 112 -
CMYK 0 0.46 0.52 0.08
HSL 6.83º 0.75% 0.68% -
HSV(B) 6.83º 0.52% 0.92% -
XYZ 44.65 33.75 19.49 -
YUV 157 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 235 126 112 0 0.46 0.52 0.08 6.83 0.75 0.68
Hex EB 7E 70 0 2E 34 8 7 4B 44
Octal 353 176 160 0 56 64 10 7 113 104
Binary 11101011 1111110 1110000 0 101110 110100 1000 111 1001011 1000100

Color Harmonies of #EB7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7E70

Black with #EB7E70

Text Example


Text Example

White with #EB7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7E70; }

 p { color: rgb(235,126,112); }

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

background-color css

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

 a { background-color: rgb(235,126,112); }

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

border-color css

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

 span { border-color: rgb(235,126,112); }

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