Html Css Color HEX #ED8271 Geraldine

📋 copy color: '#ED8271'

red 237 ◦ green 130 ◦ blue 113

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

Shades of Geraldine #ED8271

Tints of Geraldine #ED8271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 49.38%
G = 27.08%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED8271 (or 0xED8271) is known color: Geraldine. HEX triplet: ED, 82 and 71. RGB value is (237,130,113). Sum of RGB (Red+Green+Blue) = 237+130+113=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8271 is #127D8E. Grayscale: #A0A0A0. Windows color (decimal): -1211791 or 7439085. OLE color: 7439085.

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

Color convert

RGB 237 130 113 -
CMYK 0 0.45 0.52 0.07
HSL 8.23º 0.78% 0.69% -
HSV(B) 8.23º 0.52% 0.93% -
XYZ 45.89 35.16 19.99 -
YUV 160.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 237 130 113 0 0.45 0.52 0.07 8.23 0.78 0.69
Hex ED 82 71 0 2D 34 7 8 4E 45
Octal 355 202 161 0 55 64 7 10 116 105
Binary 11101101 10000010 1110001 0 101101 110100 111 1000 1001110 1000101

Color Harmonies of #ED8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8271

Black with #ED8271

Text Example


Text Example

White with #ED8271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8271; }

 p { color: rgb(237,130,113); }

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

background-color css

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

 a { background-color: rgb(237,130,113); }

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

border-color css

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

 span { border-color: rgb(237,130,113); }

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