Html Css Color HEX #EB7C77 Geraldine

📋 copy color: '#EB7C77'

red 235 ◦ green 124 ◦ blue 119

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

Shades of Geraldine #EB7C77

Tints of Geraldine #EB7C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.94%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 49.16%
G = 25.94%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB7C77 (or 0xEB7C77) is known color: Geraldine. HEX triplet: EB, 7C and 77. RGB value is (235,124,119). Sum of RGB (Red+Green+Blue) = 235+124+119=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7C77 is #148388. Grayscale: #9C9C9C. Windows color (decimal): -1344393 or 7830763. OLE color: 7830763.

HSL color Cylindrical-coordinate representation of color #EB7C77: hue angle of 2.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB7C77 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 124 119 -
CMYK 0 0.47 0.49 0.08
HSL 2.59º 0.74% 0.69% -
HSV(B) 2.59º 0.49% 0.92% -
XYZ 44.8 33.41 21.54 -
YUV 156.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 235 124 119 0 0.47 0.49 0.08 2.59 0.74 0.69
Hex EB 7C 77 0 2F 31 8 3 4A 45
Octal 353 174 167 0 57 61 10 3 112 105
Binary 11101011 1111100 1110111 0 101111 110001 1000 11 1001010 1000101

Color Harmonies of #EB7C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C77

Black with #EB7C77

Text Example


Text Example

White with #EB7C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C77; }

 p { color: rgb(235,124,119); }

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

background-color css

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

 a { background-color: rgb(235,124,119); }

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

border-color css

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

 span { border-color: rgb(235,124,119); }

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