Html Css Color HEX #EC7069 Geraldine

📋 copy color: '#EC7069'

red 236 ◦ green 112 ◦ blue 105

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

Shades of Geraldine #EC7069

Tints of Geraldine #EC7069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 52.1%
G = 24.72%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC7069 (or 0xEC7069) is known color: Geraldine. HEX triplet: EC, 70 and 69. RGB value is (236,112,105). Sum of RGB (Red+Green+Blue) = 236+112+105=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7069 is #138F96. Grayscale: #949494. Windows color (decimal): -1281943 or 6910188. OLE color: 6910188.

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

Color convert

RGB 236 112 105 -
CMYK 0 0.53 0.56 0.07
HSL 3.21º 0.78% 0.67% -
HSV(B) 3.21º 0.56% 0.93% -
XYZ 42.94 30.44 16.98 -
YUV 148.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 236 112 105 0 0.53 0.56 0.07 3.21 0.78 0.67
Hex EC 70 69 0 35 38 7 3 4E 43
Octal 354 160 151 0 65 70 7 3 116 103
Binary 11101100 1110000 1101001 0 110101 111000 111 11 1001110 1000011

Color Harmonies of #EC7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7069

Black with #EC7069

Text Example


Text Example

White with #EC7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7069; }

 p { color: rgb(236,112,105); }

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

background-color css

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

 a { background-color: rgb(236,112,105); }

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

border-color css

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

 span { border-color: rgb(236,112,105); }

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