Html Css Color HEX #ED7F71 Geraldine

📋 copy color: '#ED7F71'

red 237 ◦ green 127 ◦ blue 113

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

Shades of Geraldine #ED7F71

Tints of Geraldine #ED7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

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

R = 49.69%
G = 26.62%
B = 23.69%

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

#ED7F71 (or 0xED7F71) is known color: Geraldine. HEX triplet: ED, 7F and 71. RGB value is (237,127,113). Sum of RGB (Red+Green+Blue) = 237+127+113=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F71 is #12808E. Grayscale: #9E9E9E. Windows color (decimal): -1212559 or 7438317. OLE color: 7438317.

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

Color convert

RGB 237 127 113 -
CMYK 0 0.46 0.52 0.07
HSL 6.77º 0.78% 0.69% -
HSV(B) 6.77º 0.52% 0.93% -
XYZ 45.5 34.38 19.86 -
YUV 158.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 237 127 113 0 0.46 0.52 0.07 6.77 0.78 0.69
Hex ED 7F 71 0 2E 34 7 7 4E 45
Octal 355 177 161 0 56 64 7 7 116 105
Binary 11101101 1111111 1110001 0 101110 110100 111 111 1001110 1000101

Color Harmonies of #ED7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F71

Black with #ED7F71

Text Example


Text Example

White with #ED7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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