Html Css Color HEX #EB7B71 Geraldine

📋 copy color: '#EB7B71'

red 235 ◦ green 123 ◦ blue 113

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

Shades of Geraldine #EB7B71

Tints of Geraldine #EB7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 49.89%
G = 26.11%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB7B71 (or 0xEB7B71) is known color: Geraldine. HEX triplet: EB, 7B and 71. RGB value is (235,123,113). Sum of RGB (Red+Green+Blue) = 235+123+113=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B71 is #14848E. Grayscale: #9B9B9B. Windows color (decimal): -1344655 or 7437291. OLE color: 7437291.

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

Color convert

RGB 235 123 113 -
CMYK 0 0.48 0.52 0.08
HSL 4.92º 0.75% 0.68% -
HSV(B) 4.92º 0.52% 0.92% -
XYZ 44.32 33.02 19.66 -
YUV 155.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 235 123 113 0 0.48 0.52 0.08 4.92 0.75 0.68
Hex EB 7B 71 0 30 34 8 5 4B 44
Octal 353 173 161 0 60 64 10 5 113 104
Binary 11101011 1111011 1110001 0 110000 110100 1000 101 1001011 1000100

Color Harmonies of #EB7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B71

Black with #EB7B71

Text Example


Text Example

White with #EB7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B71; }

 p { color: rgb(235,123,113); }

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

background-color css

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

 a { background-color: rgb(235,123,113); }

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

border-color css

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

 span { border-color: rgb(235,123,113); }

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