Html Css Color HEX #EB716D Geraldine

📋 copy color: '#EB716D'

red 235 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #EB716D

Tints of Geraldine #EB716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.73%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 51.42%
G = 24.73%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB716D (or 0xEB716D) is known color: Geraldine. HEX triplet: EB, 71 and 6D. RGB value is (235,113,109). Sum of RGB (Red+Green+Blue) = 235+113+109=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB716D is #148E92. Grayscale: #959595. Windows color (decimal): -1347219 or 7172587. OLE color: 7172587.

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

Color convert

RGB 235 113 109 -
CMYK 0 0.52 0.54 0.08
HSL 1.9º 0.76% 0.67% -
HSV(B) 1.9º 0.54% 0.92% -
XYZ 42.93 30.58 18.11 -
YUV 149.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 235 113 109 0 0.52 0.54 0.08 1.9 0.76 0.67
Hex EB 71 6D 0 34 36 8 2 4C 43
Octal 353 161 155 0 64 66 10 2 114 103
Binary 11101011 1110001 1101101 0 110100 110110 1000 10 1001100 1000011

Color Harmonies of #EB716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB716D

Black with #EB716D

Text Example


Text Example

White with #EB716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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