Html Css Color HEX #EB816D Geraldine

📋 copy color: '#EB816D'

red 235 ◦ green 129 ◦ blue 109

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

Shades of Geraldine #EB816D

Tints of Geraldine #EB816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 49.68%
G = 27.27%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB816D (or 0xEB816D) is known color: Geraldine. HEX triplet: EB, 81 and 6D. RGB value is (235,129,109). Sum of RGB (Red+Green+Blue) = 235+129+109=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB816D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB816D is #147E92. Grayscale: #9E9E9E. Windows color (decimal): -1343123 or 7176683. OLE color: 7176683.

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

Color convert

RGB 235 129 109 -
CMYK 0 0.45 0.54 0.08
HSL 9.52º 0.76% 0.67% -
HSV(B) 9.52º 0.54% 0.92% -
XYZ 44.87 34.47 18.76 -
YUV 158.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 235 129 109 0 0.45 0.54 0.08 9.52 0.76 0.67
Hex EB 81 6D 0 2D 36 8 A 4C 43
Octal 353 201 155 0 55 66 10 12 114 103
Binary 11101011 10000001 1101101 0 101101 110110 1000 1010 1001100 1000011

Color Harmonies of #EB816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB816D

Black with #EB816D

Text Example


Text Example

White with #EB816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB816D; }

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

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

background-color css

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

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

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

border-color css

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

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

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