Html Css Color HEX #ED7D71 Geraldine

📋 copy color: '#ED7D71'

red 237 ◦ green 125 ◦ blue 113

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

Shades of Geraldine #ED7D71

Tints of Geraldine #ED7D71

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

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

R = 49.89%
G = 26.32%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7D71 (or 0xED7D71) is known color: Geraldine. HEX triplet: ED, 7D and 71. RGB value is (237,125,113). Sum of RGB (Red+Green+Blue) = 237+125+113=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D71 is #12828E. Grayscale: #9D9D9D. Windows color (decimal): -1213071 or 7437805. OLE color: 7437805.

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

Color convert

RGB 237 125 113 -
CMYK 0 0.47 0.52 0.07
HSL 5.81º 0.78% 0.69% -
HSV(B) 5.81º 0.52% 0.93% -
XYZ 45.24 33.86 19.77 -
YUV 157.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 237 125 113 0 0.47 0.52 0.07 5.81 0.78 0.69
Hex ED 7D 71 0 2F 34 7 6 4E 45
Octal 355 175 161 0 57 64 7 6 116 105
Binary 11101101 1111101 1110001 0 101111 110100 111 110 1001110 1000101

Color Harmonies of #ED7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D71

Black with #ED7D71

Text Example


Text Example

White with #ED7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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