Html Css Color HEX #EB826C Geraldine

📋 copy color: '#EB826C'

red 235 ◦ green 130 ◦ blue 108

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

Shades of Geraldine #EB826C

Tints of Geraldine #EB826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 49.68%
G = 27.48%
B = 22.83%

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

#EB826C (or 0xEB826C) is known color: Geraldine. HEX triplet: EB, 82 and 6C. RGB value is (235,130,108). Sum of RGB (Red+Green+Blue) = 235+130+108=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB826C is #147D93. Grayscale: #9F9F9F. Windows color (decimal): -1342868 or 7111403. OLE color: 7111403.

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

Color convert

RGB 235 130 108 -
CMYK 0 0.45 0.54 0.08
HSL 10.39º 0.76% 0.67% -
HSV(B) 10.39º 0.54% 0.92% -
XYZ 44.95 34.71 18.52 -
YUV 158.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 235 130 108 0 0.45 0.54 0.08 10.39 0.76 0.67
Hex EB 82 6C 0 2D 36 8 A 4C 43
Octal 353 202 154 0 55 66 10 12 114 103
Binary 11101011 10000010 1101100 0 101101 110110 1000 1010 1001100 1000011

Color Harmonies of #EB826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB826C

Black with #EB826C

Text Example


Text Example

White with #EB826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB826C; }

 p { color: rgb(235,130,108); }

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

background-color css

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

 a { background-color: rgb(235,130,108); }

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

border-color css

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

 span { border-color: rgb(235,130,108); }

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