Html Css Color HEX #ED7471 Geraldine

📋 copy color: '#ED7471'

red 237 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #ED7471

Tints of Geraldine #ED7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.89%

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

R = 50.86%
G = 24.89%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7471 (or 0xED7471) is known color: Geraldine. HEX triplet: ED, 74 and 71. RGB value is (237,116,113). Sum of RGB (Red+Green+Blue) = 237+116+113=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7471 is #128B8E. Grayscale: #979797. Windows color (decimal): -1215375 or 7435501. OLE color: 7435501.

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

Color convert

RGB 237 116 113 -
CMYK 0 0.51 0.52 0.07
HSL 1.45º 0.78% 0.69% -
HSV(B) 1.45º 0.52% 0.93% -
XYZ 44.15 31.69 19.41 -
YUV 151.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 237 116 113 0 0.51 0.52 0.07 1.45 0.78 0.69
Hex ED 74 71 0 33 34 7 1 4E 45
Octal 355 164 161 0 63 64 7 1 116 105
Binary 11101101 1110100 1110001 0 110011 110100 111 1 1001110 1000101

Color Harmonies of #ED7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7471

Black with #ED7471

Text Example


Text Example

White with #ED7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7471; }

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

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

background-color css

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

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

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

border-color css

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

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

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