Html Css Color HEX #ED7971 Geraldine

📋 copy color: '#ED7971'

red 237 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #ED7971

Tints of Geraldine #ED7971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

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

R = 50.32%
G = 25.69%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7971 (or 0xED7971) is known color: Geraldine. HEX triplet: ED, 79 and 71. RGB value is (237,121,113). Sum of RGB (Red+Green+Blue) = 237+121+113=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7971 is #12868E. Grayscale: #9A9A9A. Windows color (decimal): -1214095 or 7436781. OLE color: 7436781.

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

Color convert

RGB 237 121 113 -
CMYK 0 0.49 0.52 0.07
HSL 3.87º 0.78% 0.69% -
HSV(B) 3.87º 0.52% 0.93% -
XYZ 44.74 32.87 19.61 -
YUV 154.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 237 121 113 0 0.49 0.52 0.07 3.87 0.78 0.69
Hex ED 79 71 0 31 34 7 4 4E 45
Octal 355 171 161 0 61 64 7 4 116 105
Binary 11101101 1111001 1110001 0 110001 110100 111 100 1001110 1000101

Color Harmonies of #ED7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7971

Black with #ED7971

Text Example


Text Example

White with #ED7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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