Html Css Color HEX #EC7675 Geraldine

📋 copy color: '#EC7675'

red 236 ◦ green 118 ◦ blue 117

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

Shades of Geraldine #EC7675

Tints of Geraldine #EC7675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

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

R = 50.11%
G = 25.05%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7675 (or 0xEC7675) is known color: Geraldine. HEX triplet: EC, 76 and 75. RGB value is (236,118,117). Sum of RGB (Red+Green+Blue) = 236+118+117=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7675 is #13898A. Grayscale: #999999. Windows color (decimal): -1280395 or 7698156. OLE color: 7698156.

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

Color convert

RGB 236 118 117 -
CMYK 0 0.5 0.50 0.07
HSL 0.5º 0.76% 0.69% -
HSV(B) 0.5º 0.5% 0.93% -
XYZ 44.28 32.07 20.69 -
YUV 153.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 236 118 117 0 0.5 0.50 0.07 0.5 0.76 0.69
Hex EC 76 75 0 32 32 7 1 4C 45
Octal 354 166 165 0 62 62 7 1 114 105
Binary 11101100 1110110 1110101 0 110010 110010 111 1 1001100 1000101

Color Harmonies of #EC7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7675

Black with #EC7675

Text Example


Text Example

White with #EC7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7675; }

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

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

background-color css

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

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

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

border-color css

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

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

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