Html Css Color HEX #EB6E68 Geraldine

📋 copy color: '#EB6E68'

red 235 ◦ green 110 ◦ blue 104

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

Shades of Geraldine #EB6E68

Tints of Geraldine #EB6E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.5%

 BLUE value IS 104 (41.02% from 255) = 23.16%

R = 52.34%
G = 24.5%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB6E68 (or 0xEB6E68) is known color: Geraldine. HEX triplet: EB, 6E and 68. RGB value is (235,110,104). Sum of RGB (Red+Green+Blue) = 235+110+104=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E68 is #149197. Grayscale: #929292. Windows color (decimal): -1347992 or 6844139. OLE color: 6844139.

HSL color Cylindrical-coordinate representation of color #EB6E68: hue angle of 2.75º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB6E68 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 110 104 -
CMYK 0 0.53 0.56 0.08
HSL 2.75º 0.77% 0.66% -
HSV(B) 2.75º 0.56% 0.92% -
XYZ 42.34 29.81 16.62 -
YUV 146.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 235 110 104 0 0.53 0.56 0.08 2.75 0.77 0.66
Hex EB 6E 68 0 35 38 8 3 4D 42
Octal 353 156 150 0 65 70 10 3 115 102
Binary 11101011 1101110 1101000 0 110101 111000 1000 11 1001101 1000010

Color Harmonies of #EB6E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6E68

Black with #EB6E68

Text Example


Text Example

White with #EB6E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6E68; }

 p { color: rgb(235,110,104); }

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

background-color css

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

 a { background-color: rgb(235,110,104); }

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

border-color css

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

 span { border-color: rgb(235,110,104); }

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