Html Css Color HEX #EC726E Geraldine

📋 copy color: '#EC726E'

red 236 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #EC726E

Tints of Geraldine #EC726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 51.3%
G = 24.78%
B = 23.91%

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

#EC726E (or 0xEC726E) is known color: Geraldine. HEX triplet: EC, 72 and 6E. RGB value is (236,114,110). Sum of RGB (Red+Green+Blue) = 236+114+110=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC726E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC726E is #138D91. Grayscale: #969696. Windows color (decimal): -1281426 or 7238380. OLE color: 7238380.

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

Color convert

RGB 236 114 110 -
CMYK 0 0.52 0.53 0.07
HSL 1.9º 0.77% 0.68% -
HSV(B) 1.9º 0.53% 0.93% -
XYZ 43.42 30.99 18.45 -
YUV 150.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 236 114 110 0 0.52 0.53 0.07 1.9 0.77 0.68
Hex EC 72 6E 0 34 35 7 2 4D 44
Octal 354 162 156 0 64 65 7 2 115 104
Binary 11101100 1110010 1101110 0 110100 110101 111 10 1001101 1000100

Color Harmonies of #EC726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC726E

Black with #EC726E

Text Example


Text Example

White with #EC726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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