Html Css Color HEX #ED7F70 Geraldine

📋 copy color: '#ED7F70'

red 237 ◦ green 127 ◦ blue 112

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

Shades of Geraldine #ED7F70

Tints of Geraldine #ED7F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 49.79%
G = 26.68%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED7F70 (or 0xED7F70) is known color: Geraldine. HEX triplet: ED, 7F and 70. RGB value is (237,127,112). Sum of RGB (Red+Green+Blue) = 237+127+112=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F70 is #12808F. Grayscale: #9E9E9E. Windows color (decimal): -1212560 or 7372781. OLE color: 7372781.

HSL color Cylindrical-coordinate representation of color #ED7F70: hue angle of 7.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED7F70 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 112 -
CMYK 0 0.46 0.53 0.07
HSL 7.2º 0.78% 0.68% -
HSV(B) 7.2º 0.53% 0.93% -
XYZ 45.44 34.35 19.57 -
YUV 158.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 237 127 112 0 0.46 0.53 0.07 7.2 0.78 0.68
Hex ED 7F 70 0 2E 35 7 7 4E 44
Octal 355 177 160 0 56 65 7 7 116 104
Binary 11101101 1111111 1110000 0 101110 110101 111 111 1001110 1000100

Color Harmonies of #ED7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F70

Black with #ED7F70

Text Example


Text Example

White with #ED7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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