Html Css Color HEX #EC716C Geraldine

📋 copy color: '#EC716C'

red 236 ◦ green 113 ◦ blue 108

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

Shades of Geraldine #EC716C

Tints of Geraldine #EC716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.73%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 51.64%
G = 24.73%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC716C (or 0xEC716C) is known color: Geraldine. HEX triplet: EC, 71 and 6C. RGB value is (236,113,108). Sum of RGB (Red+Green+Blue) = 236+113+108=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC716C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC716C is #138E93. Grayscale: #959595. Windows color (decimal): -1281684 or 7107052. OLE color: 7107052.

HSL color Cylindrical-coordinate representation of color #EC716C: hue angle of 2.34º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC716C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 113 108 -
CMYK 0 0.52 0.54 0.07
HSL 2.34º 0.77% 0.67% -
HSV(B) 2.34º 0.54% 0.93% -
XYZ 43.2 30.73 17.84 -
YUV 149.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 236 113 108 0 0.52 0.54 0.07 2.34 0.77 0.67
Hex EC 71 6C 0 34 36 7 2 4D 43
Octal 354 161 154 0 64 66 7 2 115 103
Binary 11101100 1110001 1101100 0 110100 110110 111 10 1001101 1000011

Color Harmonies of #EC716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC716C

Black with #EC716C

Text Example


Text Example

White with #EC716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC716C; }

 p { color: rgb(236,113,108); }

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

background-color css

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

 a { background-color: rgb(236,113,108); }

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

border-color css

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

 span { border-color: rgb(236,113,108); }

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