Html Css Color HEX #EB6F68 Geraldine

📋 copy color: '#EB6F68'

red 235 ◦ green 111 ◦ blue 104

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

Shades of Geraldine #EB6F68

Tints of Geraldine #EB6F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.67%

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

R = 52.22%
G = 24.67%
B = 23.11%

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

#EB6F68 (or 0xEB6F68) is known color: Geraldine. HEX triplet: EB, 6F and 68. RGB value is (235,111,104). Sum of RGB (Red+Green+Blue) = 235+111+104=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6F68 is #149097. Grayscale: #939393. Windows color (decimal): -1347736 or 6844395. OLE color: 6844395.

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

Color convert

RGB 235 111 104 -
CMYK 0 0.53 0.56 0.08
HSL 3.21º 0.77% 0.66% -
HSV(B) 3.21º 0.56% 0.92% -
XYZ 42.44 30.03 16.66 -
YUV 147.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 235 111 104 0 0.53 0.56 0.08 3.21 0.77 0.66
Hex EB 6F 68 0 35 38 8 3 4D 42
Octal 353 157 150 0 65 70 10 3 115 102
Binary 11101011 1101111 1101000 0 110101 111000 1000 11 1001101 1000010

Color Harmonies of #EB6F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6F68

Black with #EB6F68

Text Example


Text Example

White with #EB6F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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