Html Css Color HEX #EC6C69 Geraldine

📋 copy color: '#EC6C69'

red 236 ◦ green 108 ◦ blue 105

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

Shades of Geraldine #EC6C69

Tints of Geraldine #EC6C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

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

R = 52.56%
G = 24.05%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC6C69 (or 0xEC6C69) is known color: Geraldine. HEX triplet: EC, 6C and 69. RGB value is (236,108,105). Sum of RGB (Red+Green+Blue) = 236+108+105=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C69 is #139396. Grayscale: #929292. Windows color (decimal): -1282967 or 6909164. OLE color: 6909164.

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

Color convert

RGB 236 108 105 -
CMYK 0 0.54 0.56 0.07
HSL 1.37º 0.78% 0.67% -
HSV(B) 1.37º 0.56% 0.93% -
XYZ 42.5 29.58 16.83 -
YUV 145.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 236 108 105 0 0.54 0.56 0.07 1.37 0.78 0.67
Hex EC 6C 69 0 36 38 7 1 4E 43
Octal 354 154 151 0 66 70 7 1 116 103
Binary 11101100 1101100 1101001 0 110110 111000 111 1 1001110 1000011

Color Harmonies of #EC6C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C69

Black with #EC6C69

Text Example


Text Example

White with #EC6C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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