Html Css Color HEX #EB816E Geraldine

📋 copy color: '#EB816E'

red 235 ◦ green 129 ◦ blue 110

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

Shades of Geraldine #EB816E

Tints of Geraldine #EB816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 49.58%
G = 27.22%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB816E (or 0xEB816E) is known color: Geraldine. HEX triplet: EB, 81 and 6E. RGB value is (235,129,110). Sum of RGB (Red+Green+Blue) = 235+129+110=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB816E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB816E is #147E91. Grayscale: #9E9E9E. Windows color (decimal): -1343122 or 7242219. OLE color: 7242219.

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

Color convert

RGB 235 129 110 -
CMYK 0 0.45 0.53 0.08
HSL 9.12º 0.76% 0.68% -
HSV(B) 9.12º 0.53% 0.92% -
XYZ 44.93 34.49 19.04 -
YUV 158.53 100.62 182.54 -
System Red Green Blue C M Y K H S L
Decimal 235 129 110 0 0.45 0.53 0.08 9.12 0.76 0.68
Hex EB 81 6E 0 2D 35 8 9 4C 44
Octal 353 201 156 0 55 65 10 11 114 104
Binary 11101011 10000001 1101110 0 101101 110101 1000 1001 1001100 1000100

Color Harmonies of #EB816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB816E

Black with #EB816E

Text Example


Text Example

White with #EB816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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