Html Css Color HEX #EC7973 Geraldine

📋 copy color: '#EC7973'

red 236 ◦ green 121 ◦ blue 115

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

Shades of Geraldine #EC7973

Tints of Geraldine #EC7973

RGB

 RED value IS 236 (92.58% from 255) = 50%

 GREEN value IS 121 (47.66% from 255) = 25.64%

 BLUE value IS 115 (45.31% from 255) = 24.36%

R = 50%
G = 25.64%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC7973 (or 0xEC7973) is known color: Geraldine. HEX triplet: EC, 79 and 73. RGB value is (236,121,115). Sum of RGB (Red+Green+Blue) = 236+121+115=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7973 is #13868C. Grayscale: #9A9A9A. Windows color (decimal): -1279629 or 7567852. OLE color: 7567852.

HSL color Cylindrical-coordinate representation of color #EC7973: hue angle of 2.98º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7973 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 121 115 -
CMYK 0 0.49 0.51 0.07
HSL 2.98º 0.76% 0.69% -
HSV(B) 2.98º 0.51% 0.93% -
XYZ 44.52 32.75 20.19 -
YUV 154.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 236 121 115 0 0.49 0.51 0.07 2.98 0.76 0.69
Hex EC 79 73 0 31 33 7 3 4C 45
Octal 354 171 163 0 61 63 7 3 114 105
Binary 11101100 1111001 1110011 0 110001 110011 111 11 1001100 1000101

Color Harmonies of #EC7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7973

Black with #EC7973

Text Example


Text Example

White with #EC7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7973; }

 p { color: rgb(236,121,115); }

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

background-color css

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

 a { background-color: rgb(236,121,115); }

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

border-color css

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

 span { border-color: rgb(236,121,115); }

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