Html Css Color HEX #EB826F Geraldine

📋 copy color: '#EB826F'

red 235 ◦ green 130 ◦ blue 111

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

Shades of Geraldine #EB826F

Tints of Geraldine #EB826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 49.37%
G = 27.31%
B = 23.32%

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

#EB826F (or 0xEB826F) is known color: Geraldine. HEX triplet: EB, 82 and 6F. RGB value is (235,130,111). Sum of RGB (Red+Green+Blue) = 235+130+111=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB826F is #147D90. Grayscale: #9F9F9F. Windows color (decimal): -1342865 or 7308011. OLE color: 7308011.

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

Color convert

RGB 235 130 111 -
CMYK 0 0.45 0.53 0.08
HSL 9.19º 0.76% 0.68% -
HSV(B) 9.19º 0.53% 0.92% -
XYZ 45.11 34.78 19.37 -
YUV 159.23 100.79 182.04 -
System Red Green Blue C M Y K H S L
Decimal 235 130 111 0 0.45 0.53 0.08 9.19 0.76 0.68
Hex EB 82 6F 0 2D 35 8 9 4C 44
Octal 353 202 157 0 55 65 10 11 114 104
Binary 11101011 10000010 1101111 0 101101 110101 1000 1001 1001100 1000100

Color Harmonies of #EB826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB826F

Black with #EB826F

Text Example


Text Example

White with #EB826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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