Html Css Color HEX #EC7268 Geraldine

📋 copy color: '#EC7268'

red 236 ◦ green 114 ◦ blue 104

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

Shades of Geraldine #EC7268

Tints of Geraldine #EC7268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 51.98%
G = 25.11%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7268 (or 0xEC7268) is known color: Geraldine. HEX triplet: EC, 72 and 68. RGB value is (236,114,104). Sum of RGB (Red+Green+Blue) = 236+114+104=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7268 is #138D97. Grayscale: #959595. Windows color (decimal): -1281432 or 6845164. OLE color: 6845164.

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

Color convert

RGB 236 114 104 -
CMYK 0 0.52 0.56 0.07
HSL 4.55º 0.78% 0.67% -
HSV(B) 4.55º 0.56% 0.93% -
XYZ 43.11 30.87 16.78 -
YUV 149.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 236 114 104 0 0.52 0.56 0.07 4.55 0.78 0.67
Hex EC 72 68 0 34 38 7 5 4E 43
Octal 354 162 150 0 64 70 7 5 116 103
Binary 11101100 1110010 1101000 0 110100 111000 111 101 1001110 1000011

Color Harmonies of #EC7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7268

Black with #EC7268

Text Example


Text Example

White with #EC7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7268; }

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

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

background-color css

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

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

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

border-color css

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

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

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