Html Css Color HEX #EC7F73 Geraldine

📋 copy color: '#EC7F73'

red 236 ◦ green 127 ◦ blue 115

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

Shades of Geraldine #EC7F73

Tints of Geraldine #EC7F73

RGB

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

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

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

R = 49.37%
G = 26.57%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC7F73 (or 0xEC7F73) is known color: Geraldine. HEX triplet: EC, 7F and 73. RGB value is (236,127,115). Sum of RGB (Red+Green+Blue) = 236+127+115=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F73 is #13808C. Grayscale: #9E9E9E. Windows color (decimal): -1278093 or 7569388. OLE color: 7569388.

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

Color convert

RGB 236 127 115 -
CMYK 0 0.46 0.51 0.07
HSL 5.95º 0.76% 0.69% -
HSV(B) 5.95º 0.51% 0.93% -
XYZ 45.28 34.25 20.44 -
YUV 158.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 236 127 115 0 0.46 0.51 0.07 5.95 0.76 0.69
Hex EC 7F 73 0 2E 33 7 6 4C 45
Octal 354 177 163 0 56 63 7 6 114 105
Binary 11101100 1111111 1110011 0 101110 110011 111 110 1001100 1000101

Color Harmonies of #EC7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F73

Black with #EC7F73

Text Example


Text Example

White with #EC7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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