Html Css Color HEX #ED7A70 Geraldine

📋 copy color: '#ED7A70'

red 237 ◦ green 122 ◦ blue 112

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

Shades of Geraldine #ED7A70

Tints of Geraldine #ED7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

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

R = 50.32%
G = 25.9%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED7A70 (or 0xED7A70) is known color: Geraldine. HEX triplet: ED, 7A and 70. RGB value is (237,122,112). Sum of RGB (Red+Green+Blue) = 237+122+112=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A70 is #12858F. Grayscale: #9B9B9B. Windows color (decimal): -1213840 or 7371501. OLE color: 7371501.

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

Color convert

RGB 237 122 112 -
CMYK 0 0.49 0.53 0.07
HSL 4.8º 0.78% 0.68% -
HSV(B) 4.8º 0.53% 0.93% -
XYZ 44.81 33.09 19.36 -
YUV 155.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 237 122 112 0 0.49 0.53 0.07 4.8 0.78 0.68
Hex ED 7A 70 0 31 35 7 5 4E 44
Octal 355 172 160 0 61 65 7 5 116 104
Binary 11101101 1111010 1110000 0 110001 110101 111 101 1001110 1000100

Color Harmonies of #ED7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A70

Black with #ED7A70

Text Example


Text Example

White with #ED7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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