Html Css Color HEX #EC7875 Geraldine

📋 copy color: '#EC7875'

red 236 ◦ green 120 ◦ blue 117

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

Shades of Geraldine #EC7875

Tints of Geraldine #EC7875

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 49.89%
G = 25.37%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7875 (or 0xEC7875) is known color: Geraldine. HEX triplet: EC, 78 and 75. RGB value is (236,120,117). Sum of RGB (Red+Green+Blue) = 236+120+117=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7875 is #13878A. Grayscale: #9A9A9A. Windows color (decimal): -1279883 or 7698668. OLE color: 7698668.

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

Color convert

RGB 236 120 117 -
CMYK 0 0.49 0.50 0.07
HSL 1.51º 0.76% 0.69% -
HSV(B) 1.51º 0.5% 0.93% -
XYZ 44.52 32.55 20.77 -
YUV 154.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 236 120 117 0 0.49 0.50 0.07 1.51 0.76 0.69
Hex EC 78 75 0 31 32 7 2 4C 45
Octal 354 170 165 0 61 62 7 2 114 105
Binary 11101100 1111000 1110101 0 110001 110010 111 10 1001100 1000101

Color Harmonies of #EC7875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7875

Black with #EC7875

Text Example


Text Example

White with #EC7875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7875; }

 p { color: rgb(236,120,117); }

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

background-color css

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

 a { background-color: rgb(236,120,117); }

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

border-color css

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

 span { border-color: rgb(236,120,117); }

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