Html Css Color HEX #EB716C Geraldine

📋 copy color: '#EB716C'

red 235 ◦ green 113 ◦ blue 108

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

Shades of Geraldine #EB716C

Tints of Geraldine #EB716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 51.54%
G = 24.78%
B = 23.68%

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

#EB716C (or 0xEB716C) is known color: Geraldine. HEX triplet: EB, 71 and 6C. RGB value is (235,113,108). Sum of RGB (Red+Green+Blue) = 235+113+108=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB716C is #148E93. Grayscale: #959595. Windows color (decimal): -1347220 or 7107051. OLE color: 7107051.

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

Color convert

RGB 235 113 108 -
CMYK 0 0.52 0.54 0.08
HSL 2.36º 0.76% 0.67% -
HSV(B) 2.36º 0.54% 0.92% -
XYZ 42.87 30.56 17.83 -
YUV 148.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 235 113 108 0 0.52 0.54 0.08 2.36 0.76 0.67
Hex EB 71 6C 0 34 36 8 2 4C 43
Octal 353 161 154 0 64 66 10 2 114 103
Binary 11101011 1110001 1101100 0 110100 110110 1000 10 1001100 1000011

Color Harmonies of #EB716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB716C

Black with #EB716C

Text Example


Text Example

White with #EB716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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