Html Css Color HEX #EB817A Geraldine

📋 copy color: '#EB817A'

red 235 ◦ green 129 ◦ blue 122

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

Shades of Geraldine #EB817A

Tints of Geraldine #EB817A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 48.35%
G = 26.54%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB817A (or 0xEB817A) is known color: Geraldine. HEX triplet: EB, 81 and 7A. RGB value is (235,129,122). Sum of RGB (Red+Green+Blue) = 235+129+122=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB817A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB817A is #147E85. Grayscale: #A0A0A0. Windows color (decimal): -1343110 or 8028651. OLE color: 8028651.

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

Color convert

RGB 235 129 122 -
CMYK 0 0.45 0.48 0.08
HSL 3.72º 0.74% 0.7% -
HSV(B) 3.72º 0.48% 0.92% -
XYZ 45.62 34.77 22.72 -
YUV 159.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 235 129 122 0 0.45 0.48 0.08 3.72 0.74 0.7
Hex EB 81 7A 0 2D 30 8 4 4A 46
Octal 353 201 172 0 55 60 10 4 112 106
Binary 11101011 10000001 1111010 0 101101 110000 1000 100 1001010 1000110

Color Harmonies of #EB817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB817A

Black with #EB817A

Text Example


Text Example

White with #EB817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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