Html Css Color HEX #ED8172 Geraldine

📋 copy color: '#ED8172'

red 237 ◦ green 129 ◦ blue 114

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

Shades of Geraldine #ED8172

Tints of Geraldine #ED8172

RGB

 RED value IS 237 (92.97% from 255) = 49.38%

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

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 49.38%
G = 26.88%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED8172 (or 0xED8172) is known color: Geraldine. HEX triplet: ED, 81 and 72. RGB value is (237,129,114). Sum of RGB (Red+Green+Blue) = 237+129+114=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8172 is #127E8D. Grayscale: #9F9F9F. Windows color (decimal): -1212046 or 7504365. OLE color: 7504365.

HSL color Cylindrical-coordinate representation of color #ED8172: hue angle of 7.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED8172 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 114 -
CMYK 0 0.46 0.52 0.07
HSL 7.32º 0.77% 0.69% -
HSV(B) 7.32º 0.52% 0.93% -
XYZ 45.81 34.92 20.25 -
YUV 159.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 237 129 114 0 0.46 0.52 0.07 7.32 0.77 0.69
Hex ED 81 72 0 2E 34 7 7 4D 45
Octal 355 201 162 0 56 64 7 7 115 105
Binary 11101101 10000001 1110010 0 101110 110100 111 111 1001101 1000101

Color Harmonies of #ED8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8172

Black with #ED8172

Text Example


Text Example

White with #ED8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8172; }

 p { color: rgb(237,129,114); }

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

background-color css

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

 a { background-color: rgb(237,129,114); }

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

border-color css

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

 span { border-color: rgb(237,129,114); }

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