Html Css Color HEX #EB7168 Geraldine

📋 copy color: '#EB7168'

red 235 ◦ green 113 ◦ blue 104

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

Shades of Geraldine #EB7168

Tints of Geraldine #EB7168

RGB

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

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

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

R = 51.99%
G = 25%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EB7168 (or 0xEB7168) is known color: Geraldine. HEX triplet: EB, 71 and 68. RGB value is (235,113,104). Sum of RGB (Red+Green+Blue) = 235+113+104=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7168 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7168 is #148E97. Grayscale: #949494. Windows color (decimal): -1347224 or 6844907. OLE color: 6844907.

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

Color convert

RGB 235 113 104 -
CMYK 0 0.52 0.56 0.08
HSL 4.12º 0.77% 0.66% -
HSV(B) 4.12º 0.56% 0.92% -
XYZ 42.66 30.47 16.73 -
YUV 148.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 235 113 104 0 0.52 0.56 0.08 4.12 0.77 0.66
Hex EB 71 68 0 34 38 8 4 4D 42
Octal 353 161 150 0 64 70 10 4 115 102
Binary 11101011 1110001 1101000 0 110100 111000 1000 100 1001101 1000010

Color Harmonies of #EB7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7168

Black with #EB7168

Text Example


Text Example

White with #EB7168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7168; }

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

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

background-color css

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

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

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

border-color css

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

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

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