Html Css Color HEX #EC7F75 Geraldine

📋 copy color: '#EC7F75'

red 236 ◦ green 127 ◦ blue 117

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

Shades of Geraldine #EC7F75

Tints of Geraldine #EC7F75

RGB

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

 GREEN value IS 127 (50% from 255) = 26.46%

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

R = 49.17%
G = 26.46%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7F75 (or 0xEC7F75) is known color: Geraldine. HEX triplet: EC, 7F and 75. RGB value is (236,127,117). Sum of RGB (Red+Green+Blue) = 236+127+117=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F75 is #13808A. Grayscale: #9E9E9E. Windows color (decimal): -1278091 or 7700460. OLE color: 7700460.

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

Color convert

RGB 236 127 117 -
CMYK 0 0.46 0.50 0.07
HSL 5.04º 0.76% 0.69% -
HSV(B) 5.04º 0.5% 0.93% -
XYZ 45.39 34.3 21.06 -
YUV 158.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 236 127 117 0 0.46 0.50 0.07 5.04 0.76 0.69
Hex EC 7F 75 0 2E 32 7 5 4C 45
Octal 354 177 165 0 56 62 7 5 114 105
Binary 11101100 1111111 1110101 0 101110 110010 111 101 1001100 1000101

Color Harmonies of #EC7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F75

Black with #EC7F75

Text Example


Text Example

White with #EC7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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