Html Css Color HEX #ED7171 Geraldine

📋 copy color: '#ED7171'

red 237 ◦ green 113 ◦ blue 113

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

Shades of Geraldine #ED7171

Tints of Geraldine #ED7171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 51.19%
G = 24.41%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7171 (or 0xED7171) is known color: Geraldine. HEX triplet: ED, 71 and 71. RGB value is (237,113,113). Sum of RGB (Red+Green+Blue) = 237+113+113=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7171 is #128E8E. Grayscale: #969696. Windows color (decimal): -1216143 or 7434733. OLE color: 7434733.

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

Color convert

RGB 237 113 113 -
CMYK 0 0.52 0.52 0.07
HSL 0.78% 0.69% -
HSV(B) 0.52% 0.93% -
XYZ 43.81 31.01 19.3 -
YUV 150.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 237 113 113 0 0.52 0.52 0.07 0 0.78 0.69
Hex ED 71 71 0 34 34 7 0 4E 45
Octal 355 161 161 0 64 64 7 0 116 105
Binary 11101101 1110001 1110001 0 110100 110100 111 0 1001110 1000101

Color Harmonies of #ED7171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7171

Black with #ED7171

Text Example


Text Example

White with #ED7171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7171; }

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

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

background-color css

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

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

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

border-color css

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

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

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