Html Css Color HEX #EB7870 Geraldine

📋 copy color: '#EB7870'

red 235 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #EB7870

Tints of Geraldine #EB7870

RGB

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

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

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

R = 50.32%
G = 25.7%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB7870 (or 0xEB7870) is known color: Geraldine. HEX triplet: EB, 78 and 70. RGB value is (235,120,112). Sum of RGB (Red+Green+Blue) = 235+120+112=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7870 is #14878F. Grayscale: #999999. Windows color (decimal): -1345424 or 7370987. OLE color: 7370987.

HSL color Cylindrical-coordinate representation of color #EB7870: hue angle of 3.9º 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 #EB7870 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 120 112 -
CMYK 0 0.49 0.52 0.08
HSL 3.9º 0.75% 0.68% -
HSV(B) 3.9º 0.52% 0.92% -
XYZ 43.9 32.26 19.24 -
YUV 153.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 235 120 112 0 0.49 0.52 0.08 3.9 0.75 0.68
Hex EB 78 70 0 31 34 8 4 4B 44
Octal 353 170 160 0 61 64 10 4 113 104
Binary 11101011 1111000 1110000 0 110001 110100 1000 100 1001011 1000100

Color Harmonies of #EB7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7870

Black with #EB7870

Text Example


Text Example

White with #EB7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7870; }

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

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

background-color css

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

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

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

border-color css

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

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

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