Html Css Color HEX #EC716E Geraldine

📋 copy color: '#EC716E'

red 236 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #EC716E

Tints of Geraldine #EC716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 51.42%
G = 24.62%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC716E (or 0xEC716E) is known color: Geraldine. HEX triplet: EC, 71 and 6E. RGB value is (236,113,110). Sum of RGB (Red+Green+Blue) = 236+113+110=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC716E is #138E91. Grayscale: #959595. Windows color (decimal): -1281682 or 7238124. OLE color: 7238124.

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

Color convert

RGB 236 113 110 -
CMYK 0 0.52 0.53 0.07
HSL 1.43º 0.77% 0.68% -
HSV(B) 1.43º 0.53% 0.93% -
XYZ 43.31 30.77 18.41 -
YUV 149.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 236 113 110 0 0.52 0.53 0.07 1.43 0.77 0.68
Hex EC 71 6E 0 34 35 7 1 4D 44
Octal 354 161 156 0 64 65 7 1 115 104
Binary 11101100 1110001 1101110 0 110100 110101 111 1 1001101 1000100

Color Harmonies of #EC716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC716E

Black with #EC716E

Text Example


Text Example

White with #EC716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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